Get paginated insight history

Returns paginated insight history for the authenticated user.
All insight records are returned as-is — no suspend/expired filtering and no deduplication is applied. Insights are grouped by fixture: each fixture in the response contains an insights[] array, and one fixture can appear with more than one insight (e.g. processed by multiple models or runs).
Pagination operates at the insight level: per_page controls the maximum number of insight records returned, so the number of fixtures per page varies.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-separated list of model IDs to filter by. Example: model_id=1,3.

string
Defaults to en

Language code for insight content. Alias lang is also accepted. Default: en.

date-time

ISO 8601 timestamp. Return insights with created_at >= time_from. Optional and independent from time_to.

date-time

ISO 8601 timestamp. Return insights with created_at <= time_to. Optional and independent from time_from. Most useful with order=desc (returns most recent insights before the cutoff).

integer
≥ 1
Defaults to 1

The current page number.

integer
1 to 100
Defaults to 25

Maximum number of insight records returned per page. Maximum is 100.

string
enum
Defaults to desc

Sort direction on created_at.

Allowed:
Responses

403

Unauthorized — missing or insufficient role.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json