curl --location --request GET 'https://api.flireo.com/api/v1/usage?limit&offset&start_date&end_date' \
--header 'Authorization: Bearer <token>'{
"logs": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"duration_sec": 180,
"byok_stt": false,
"byok_llm": false,
"byok_tts": false,
"phone_number": "string",
"agent_name": "string",
"business_name": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"total": 42,
"limit": 100,
"offset": 0
},
"summary": {
"total_calls": 42,
"total_duration_seconds": 7560,
"total_duration_minutes": 126
}
}