Skip to main content
Client List Workspaces
curl --request GET \
  --url https://agents-api.kolena.com/api/v1/client/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": [
    {
      "id": 123,
      "name": "<string>"
    }
  ]
}

Rate Limits

This endpoint is rate limited to 600 requests per minute per user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.

Response

200 - application/json

Successful Response

workspaces
WorkspaceInfo · object[]
required

List of accessible workspaces.