v50

latestOpenAPI 3.0.0raw.githubusercontent.com2025-04-046348254.7 KB
Recordings

Fetch details of a recording

Returns details of a recording for the given recording ID.

get/recordings/{recording_id}

Path parameters

recording_idstring required

ID of the recording

Response

Success response

successboolean required

Success status of the operation

Example response

{
  "data": {
    "storage_config": {
      "region": "us-east-1"
    },
    "start_reason": {
      "caller": {
        "user_Id": "d61f6956-e68f-4375-bf10-c38a704d1bec",
        "name": "Dyte_test"
      }
    },
    "stop_reason": {
      "caller": {
        "user_Id": "d61f6956-e68f-4375-bf10-c38a704d1bec",
        "name": "Dyte_test"
      }
    }
  }
}