cURL
curl --request POST \ --url https://coolify-api.eagleagents.ai/v3/agents/{agent_id}/usage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "range": { "start": 123, "end": 123 } }'
"<any>"
Ruft die Guthaben- und LLM-Nutzung eines Agenten ab. Diese Route muss die neuen V3-Endpunkte verwenden.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any