List reports
Reports
List reports
Lists completed AI Coach reports visible to a workspace-scoped API key.
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
Use the public API key generated for a workspace.
Path Parameters
Workspace ID.
Query Parameters
Page number. Missing, invalid, or values below 1 are treated as page 1.
Required range:
x >= 1Number of reports to return. Values are clamped between 1 and 50.
Required range:
1 <= x <= 50Search text used to filter reports by name, evaluatee, attendee email, or CRM deal name. Values over 100 characters are rejected.
Required string length:
1 - 100Filter reports by scorecard ID.

