cURL
curl --request GET \ --url http://co-mind-platform-host/v1/echo/recordings/{recordingId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "filename": "<string>", "status": "pending", "method": "<string>", "quality": "<string>", "language": "<string>", "diarization_enabled": true, "user_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Retrieve a specific recording by its ID.
Bearer token authentication. Supports two token types:
POST /v1/auth/login
POST /v1/api-tokens
cmnd_<tokenId>.<secret>
Include transcript in response
Recording details
pending
processing
completed
failed