curl --location --request GET 'http://0.0.0.0:4000/organization/list' --header 'Authorization: Bearer sk-1234'
curl -L \
--url '/organization/list' \
--header 'Ocp-Apim-Subscription-Key: YOUR_API_KEY'
[
{
"organization_id": "text",
"organization_alias": "text",
"budget_id": "text",
"spend": 1,
"metadata": {},
"models": [
"text"
],
"created_by": "text",
"updated_by": "text",
"members": [
{
"user_id": "text",
"organization_id": "text",
"user_role": "text",
"spend": 1,
"budget_id": "text",
"created_at": "2025-04-03T03:30:21.918Z",
"updated_at": "2025-04-03T03:30:21.918Z",
"user": null,
"litellm_budget_table": {
"soft_budget": 1,
"max_budget": 1,
"max_parallel_requests": 1,
"tpm_limit": 1,
"rpm_limit": 1,
"model_max_budget": {},
"budget_duration": "text"
}
}
],
"teams": [
{
"team_alias": "text",
"team_id": "text",
"organization_id": "text",
"admins": [],
"members": [],
"members_with_roles": [
{
"user_id": "text",
"user_email": "text",
"role": "admin"
}
],
"metadata": {},
"tpm_limit": 1,
"rpm_limit": 1,
"max_budget": 1,
"budget_duration": "text",
"models": [],
"blocked": true,
"spend": 1,
"max_parallel_requests": 1,
"budget_reset_at": "2025-04-03T03:30:21.918Z",
"model_id": 1,
"litellm_model_table": {
"model_aliases": {},
"created_by": "text",
"updated_by": "text"
},
"created_at": "2025-04-03T03:30:21.918Z"
}
],
"litellm_budget_table": {
"soft_budget": 1,
"max_budget": 1,
"max_parallel_requests": 1,
"tpm_limit": 1,
"rpm_limit": 1,
"model_max_budget": {},
"budget_duration": "text"
},
"created_at": "2025-04-03T03:30:21.918Z",
"updated_at": "2025-04-03T03:30:21.918Z"
}
]
Successful Response