List Workspaces
GET/api/v1/workspaces
List workspaces for the authenticated organization with cursor-based pagination.
- name_contains: Optional filter by workspace name (case-insensitive partial match)
- status: Optional filter by workspace status (active or inactive). If not specified, returns all workspaces.
- limit: Maximum number of workspaces to return (default: 20, max: 100)
- cursor: Pagination cursor from previous response's
nextURL - next: URL for next page (null if no more results)
Request
Responses
- 200
- 400
- 403
- 422
- 500
Successful Response
Bad request
Forbidden
Unprocessable entity
Internal server error