Cost Breakdown
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
org_id*Org Id
Format
uuidrange?|null
range_from?|null
range_to?|null
bundle_id?|null
excluded_token_ids?array<>
Default
[]verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/observability/cost?org_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "costs": [ { "namespace": "string", "call_count": 0, "cost_usd": 0, "bandwidth_bytes": 0 } ], "daily": [ { "label": "string", "cost_usd": 0 } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}