Skip to main content
GET
List report rows

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

report_id
string
required

Saved report ULID.

Required string length: 26

Query Parameters

cursor
string

Pagination cursor from a prior response's next_page_token.

limit
integer
default:2000

Max rows per page (1-2000).

Required range: 1 <= x <= 2000
metric_ids
string

Comma-separated metric ids to include.

simulation_output_ids
string

Comma-separated simulation output ids to restrict to.

Response

A page of report rows

rows
object[]
required
next_page_token
string | null

Cursor for the next page; null when there are no more rows.