GET
/
usage
{
  "subscription_type": "free",
  "additional_credits_purchased": 123,
  "monthly_session_usage_minutes": 123,
  "monthly_session_steps": 123,
  "monthly_agent_steps": 123,
  "monthly_credits_limit": 123,
  "monthly_credits_usage": 123,
  "is_usage_limit_exceeded": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

period
string | null

The montly period to get usage for, i.e May 2025

Response

200
application/json

Successful Response

The response is of type object.