Skip to main content
GET
Error

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

org_id
string<uuid>
required

Response

Successful Response

Organization tier assignment response.

id
string<uuid>
required
organization_id
string<uuid>
required
tier_id
string<uuid>
required
max_concurrent_workflows
integer | null
required
max_action_executions_per_workflow
integer | null
required
max_concurrent_actions
integer | null
required
api_rate_limit
integer | null
required
api_burst_capacity
integer | null
required
entitlement_overrides
EntitlementsDict · object | null
required

TypedDict for tier entitlements stored in JSONB.

All keys are optional (total=False) to support partial overrides.

stripe_customer_id
string | null
required
stripe_subscription_id
string | null
required
expires_at
string<date-time> | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
tier
TierRead · object | null

Tier response schema.