List reports
Returns a paginated list of report jobs scoped to the calling tenant.
Note: Download URLs are not included in list responses. Call GET /v1/reports/{reportId} to
obtain a fresh signed download URL for a specific completed report.
Note: These endpoints are currently in beta and might be subject to changes.
Endpoint Permission: Viewer and above.
Query Parameters
Opaque cursor returned from a previous list call
Maximum number of items per page
1 <= x <= 100Field to sort by
createdAt, completedAt Sort direction
ASC, DESC Filter by lifecycle status. Repeat the parameter to filter on multiple statuses (e.g., ?status=QUEUED&status=PROCESSING).
The current lifecycle state of a report job
QUEUED, PROCESSING, COMPLETED, FAILED Filter by report type. Repeat the parameter to filter on multiple types.
The type of report to generate
ADDRESSES Response
Paginated list of report jobs
Paginated list of report jobs. Download URLs are not included in list items — call GET /v1/reports/{reportId} to retrieve the download URL for a specific completed report.
Page of report jobs
[]Opaque cursor for the next page. Null on the last page.
"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"
Opaque cursor for the previous page. Null on the first page.
"eJ0eXAiOiJKV1QiLCJhbGcOiJIUzI1NiJ9"