Skip to main content
GET
/
v1
/
agents
/
{id}
/
credits
Get agent credits
curl --request GET \
  --url https://api.timelyai.com.br/v1/agents/{id}/credits \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "credits_remaining": 123,
    "credits_used": 123,
    "credits_total": 123
  }
}

Authorizations

x-api-key
string
header
required

API key obtained from the dashboard

Path Parameters

id
string<uuid>
required

Agent ID

Response

Agent credits

data
object