List AI analysis runs for a report

Returns a paged list of recent AI runs for the calling user and report definition, newest first. Each item matches AIReportHistoryItem (PATs and run metadata; no model, raw provider token count, or estimated USD). Use page_size and the token header (continuation token) for pagination. Legacy limit is still accepted.

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

JSON schema describing the report shape.

Query Params
integer
1 to 100
Defaults to 20

Max runs per page (capped at 100). Defaults to 20.

integer
1 to 100
Defaults to 20

Legacy alias for page_size; prefer page_size.

boolean

If true, only successful runs are returned. Default: true when the query is omitted or not parseable; set to false to include failed runs (e.g. for diagnostics).

Headers
string

Continuation token from a previous page response.

Responses

401

Invalid API Key provided or Invalid Bearer token

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