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
}
}Returns the credit balance for an agent.
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
}
}