Skip to main content
GET
List Workspaces

List Workspaces

Retrieves all workspaces visible to the authenticated token user. For TEAM-owned workspaces, this includes owned + shared workspaces where the caller is a member. For non-TEAM-owned workspaces, visibility remains owner-only.

Endpoint

Authentication

Requires a valid API token in the Authorization header.

Request

Headers

Parameters

None

Response

Success Response

Status: 200 OK

Response Fields

Workspace Object

Examples

Error Responses

401 Unauthorized

500 Internal Server Error

Use Cases

1. Initial App Load

Fetch all workspaces when user opens your application:

2. Workspace Selector

Build a dropdown menu:

3. Check for Workspaces

Verify user has created workspaces:

Rate Limiting

This endpoint counts toward your rate limit of 100 requests per minute. See Rate Limits for details.

Next Steps

Get Workspace

Get details of a specific workspace

Get Tokensets

List tokensets in a workspace