curl --location --request GET 'https://snakk-backend-production.up.railway.app/api/calls//check-recording' \
--header 'X-API-Key: <api-key>'{
"call_id": "uuid",
"recording_started": false,
"recording_consent": false,
"recording_url": null,
"egress_id": null,
"issues": [
"recording_started is false in database"
],
"suggestions": [
"Use POST /api/calls/:id/fix-recording to fix"
],
"possible_recordings": [
{
"name": "20251215T085648208Z.ogg",
"path": "audio/recordings/+4712345678/20251215T085648208Z.ogg",
"created_at": "2024-12-15T08:56:48Z"
}
]
}