GET
/
usage
/
check
/
{session_id}
{
  "session_id": "<string>",
  "status": "active",
  "usage_minutes": 123,
  "usage_steps": 123,
  "credits_usage": 123,
  "dollar_usage": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string
required

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.