Get Workspaces
Workspace
Get Workspaces
List all workspaces in the authenticated account. Optionally filter by id or name to fetch a specific workspace. Supports cursor-based pagination via cursor and limit.
GET
Get Workspaces
Authorizations
API key for authentication
Query Parameters
Optional workspace id to fetch a single workspace
Optional workspace name to filter by (exact match)
Cursor for pagination - id of the last item from the previous page
Maximum number of workspaces to return (1-100, default 20)
Required range:
1 <= x <= 100