Get Organization
Get current organization details.
Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (vector store URLs, Ray clusters) is only accessible via private admin endpoints.
Response
Successful Response
Example response
{
"account_type": "pro",
"created_at": "2025-01-01T00:00:00Z",
"credit_count": 250000,
"logo_url": "https://www.google.com/s2/favicons?domain=acme.com&sz=128",
"organization_id": "org_demo123",
"organization_name": "Acme Corporation"
}Changes
Changed in 3 of the 31 revisions of this API.4
- ○
the endpoint scheme security
BearerAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
is_internalto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
effective_monthly_credit_capto the response with the200statusresponse-optional-property-added
- ○
added the optional property
onboarding_answersto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○