List all organizations accessible to the authenticated user.
Returns organizations where the user has been granted access permissions. Typically includes the userβs primary organization and any partner organizations. Use this endpoint to discover which organization contexts are available for experiment creation and resource allocation.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of items to return (default: 50)
Number of items to skip (default: 0)
Filter by created_at <= value (ISO date or timestamp)
Filter by created_at >= value (ISO date or timestamp)
Filter by created_at < value (ISO date or timestamp)
Filter by created_at > value (ISO date or timestamp)
Filter by created_at = value (ISO date or timestamp)
Response
Successfully retrieved organization list
Container for a list of organization summaries.
Returns organizations where the authenticated user has access permissions.