Skip to main content
GET
List the tenant's workspaces

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Query Parameters

name
string

Exact tenant-scoped workspace name.

Required string length: 1 - 128
starting_after
string

Cursor returned as next_cursor by the previous page.

limit
integer
default:50
Required range: 1 <= x <= 100

Response

OK

items
object[]
required
Maximum array length: 100
tenant_id
string<uuid>
required

Tenant identifier resolved by the server.

total
integer | null
required

Total matching workspaces, or null when not computed. This endpoint returns null.

Required range: x >= 0
next_cursor
string | null
required

Cursor for the next page, or null when this is the final page.