latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
organization management
List Organization
Get a list of organizations with optional filtering.
Parameters: org_id: Optional[str] Filter organizations by exact organization_id match org_alias: Optional[str] Filter organizations by partial organization_alias match (case-insensitive)
Example:
curl --location --request GET 'http://0.0.0.0:4000/organization/list?org_alias=my-org' --header 'Authorization: Bearer sk-1234'
Example with org_id:
curl --location --request GET 'http://0.0.0.0:4000/organization/list?org_id=123e4567-e89b-12d3-a456-426614174000' --header 'Authorization: Bearer sk-1234'
get/organization/list
Query parameters
org_idstring nullable
Filter organizations by exact organization_id match
Filter organizations by exact organization_id match
org_aliasstring nullable
Filter organizations by partial organization_alias match. Supports case-insensitive search.
Filter organizations by partial organization_alias match. Supports case-insensitive search.
Response
Successful Response