List organizations
List the organizations the caller belongs to. Organizations own billing, credits, and teams; use the returned organizationId for billing and usage endpoints. For a one-call overview of user, organizations, teams, and default ids, prefer GET /v1/agent/context.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque pagination cursor from the previous page response (nextCursor/prevCursor); omit to start at the first page.
Page size as a positive integer string; defaults to 25, capped at 100.
"25"
"100"
Field to sort by; each endpoint accepts its own allowlist and defaults to createdAt.
"createdAt"
Sort direction: asc or desc; defaults to desc.
asc, desc