List the tenant's workspaces
Tenants
List the tenant's workspaces
Returns a stable oldest-first cursor page of workspaces owned by the caller’s authoritative tenant. Pass starting_after from next_cursor to continue. The optional name filter uses exact equality and supports reconciliation after an uncertain workspace-create response.
GET
List the tenant's workspaces
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Query Parameters
Exact tenant-scoped workspace name.
Required string length:
1 - 128Cursor returned as next_cursor by the previous page.
Required range:
1 <= x <= 100Response
OK
Maximum array length:
100Tenant identifier resolved by the server.
Total matching workspaces, or null when not computed. This endpoint returns null.
Required range:
x >= 0Cursor for the next page, or null when this is the final page.