Skip to main content

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 next URL
  • next: URL for next page (null if no more results)

Request

Responses

Successful Response