List reports
Reports
List reports
GET
List reports
List the reports in a deployment, scoped to the reports the calling user can access.
Results are returned in pages using cursor-based pagination: pass
first to set the page size and after (the previous response’s pageInfo.endCursor) to fetch the next page.
Cursor pagination is not supported when sorting by lastViewedAt (a per-viewer sort with no stable cursor column).Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Path Parameters
Query Parameters
Available options:
name, createdAt, updatedAt, lastViewedAt Available options:
ASC, DESC Required range:
x >= 1Response
200 - application/json