X-API-Key: ********************curl --location 'https://api.snakk.ai/api/stats/recordings?limit=&offset=&type=' \
--header 'X-API-Key: <api-key>'{
"recordings": [
{
"call_id": "c1d2e3f4-0000-0000-0000-000000000001",
"phone_number": "+4722334455",
"direction": "inbound",
"date": "2026-06-24T16:04:00.000Z",
"duration": 132,
"agent_name": "Support Bot",
"recording_url": "/api/calls/c1d2e3f4-0000-0000-0000-000000000001/recording",
"recording_type": "consent",
"egress_id": "rec_abc123"
}
]
}