Skip to main content
GET
/
org
/
{org_id}
/
analytics
/
calls
/
costs
Get call costs
curl --request GET \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/calls/costs
{
  "period": {
    "end": "<string>",
    "start": "<string>"
  },
  "time_series": [
    {
      "avg_cost_per_call": 123,
      "date": "<string>",
      "total_calls": 123,
      "total_cost_usd": 123,
      "total_tokens": 123
    }
  ]
}

Path Parameters

org_id
string
required

Organization ID

Query Parameters

start_date
string

Start date (ISO 8601)

end_date
string

End date (ISO 8601)

Response

OK

period
object
time_series
object[]