Workspaces

List workspaces for the authenticated identity

get/api/workspaces

Query parameters

cursorstring

Opaque, endpoint-specific pagination cursor.

Opaque cursor returned by the previous page.

limitinteger

Maximum number of records to return.

Response

Workspaces ordered by newest membership first

Example response

{
  "items": [
    {
      "createdAt": "2026-08-18T12:00:00Z",
      "updatedAt": "2026-08-18T12:00:00Z"
    }
  ]
}

Changes

Changed in 1 of the 9 revisions of this API.1