Get My Cost Limit
GET/api/v1/profile/cost-limit
Get the current user's daily cost limit settings.
Returns the effective cost limit after hierarchical resolution:
- cost_per_day: User's custom limit (null if using inherited)
- effective_limit: The actual limit that applies
- source: Where the limit comes from (platform, tenant, or user)
- tenant_limit: Maximum the user can set (bounded by tenant's limit)
Responses
- 200
- 401
- 500
Successful Response
Unauthorized
Server error