Get the Agency workspace
Workspace identity, the caller’s role, remaining shared project quota, and one page of the workspace’s client reports - dashboard-created ones included, newest first, without report bodies. Consultant and AppSumo Agency accounts only: a key whose account holds no Agency workspace, or whose membership was removed, gets 404 AGENCY_NOT_FOUND on the next call. Membership is resolved live on every request, independently of the key.
Authorizations
Your API key (prv_...), sent as-is. It is the only credential the API needs - see the Authentication guide.
Query Parameters
Client reports to return in the reports array.
1 <= x <= 50Paging offset into the reports array.
0 <= x <= 10000Response
Workspace, role, quota, and one page of client reports.
Shared project quota for the workspace, same pool as the dashboard.
Eligibility, not live availability. True only when the role may run scans, the workspace is approved, billing setup is done, and quota remains. It does not read the service kill switch, the LLM pause or the rate limiters, so a start can still answer 503 or 429 while this is true. None of those refusals spends a project credit.
One page of the workspace's client reports, newest first, including ones created in the Agency dashboard. Same shape and paging as /api/agent/agency/reports.
Offset of the next page of reports, or null on the last page.