List Reports

Lists reports for an organization using bidirectional cursor pagination (newest first).

A report is a dashboard — a collection of metrics. The individual charts are exposed separately under /v1/metrics.

Reports are sorted by created_at descending, with id as a tiebreaker. Each report includes its id, title, and description.

Pagination

  • First page: omit cursor (or use direction=forward, the default).
  • Next page: use metadata.next_cursor with direction=forward.
  • Previous page: use metadata.prev_cursor with direction=backward.
  • direction=backward without cursor: returns 422.
  • offset: not supported.

Cursors are opaque, base64-encoded tokens that decode to {"inserted_at": "<ISO8601>", "id": "<uuid>"}.

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

limit

string

Opaque cursor from a previous response (metadata.next_cursor or metadata.prev_cursor).

string
enum

Pagination direction. forward (default) fetches the next page; backward fetches the previous page.

Allowed:
Responses

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