Workspace Admin
List all workspaces in the account
Lists every workspace in the account, optionally including archived ones. Admin only.
GET
CLI
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of results to return
Pagination cursor from previous response
When true, archived workspaces are included in the results. Defaults to false (active workspaces only).
Filters by metadata labels. Comma-separated key=value pairs, e.g. "env=prod,team=ai". A resource matches only if every pair matches exactly (AND semantics).