List teams visible to the actor
Returns joined teams in a deterministic order. Personal access tokens are supported in this preview.
Returns joined teams in a deterministic order. Personal access tokens are supported in this preview.
Authorization
machineBearer Personal access tokens and supported service-account keys are accepted only in the Authorization header and never in URLs. Each operation documents which principal types it authorizes.
In: header
Path Parameters
Workspace UUID. It must match the workspace bound to the credential.
uuidQuery Parameters
Opaque, signed cursor returned by the preceding page. Do not inspect or modify it.
1 <= length <= 8192Maximum resources to return.
1 <= value <= 10050Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/teams"{ "data": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c", "name": "string", "code": "string", "color": "string", "private": true, "memberCount": 0, "sprintsEnabled": true, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" } ], "meta": { "hasMore": true, "nextCursor": "string" }}Get the credential's workspace GET
Personal access tokens are supported. Service-account workspace reads remain disabled until the workspace read model supports non-human principals.
List stories visible to the actor GET
Personal access tokens are supported in this preview. The cursor is bound to this workspace, credential principal, team filter, and page size.