Skip to main content
GET
/
recordings
/recordings
curl --request GET \
  --url https://api.daily.co/v1/recordings \
  --header 'Authorization: Bearer <token>'
{
  "total_count": 3,
  "data": [
    {
      "id": "bfd0c52b-3a2a-4269-80ce-cae9eef55536",
      "start_ts": 1548790974,
      "status": "in-progress",
      "max_participants": 2,
      "share_token": "NcWgEiJuqD8v",
      "s3key": "mydomain/test-recording-room/11245260397",
      "mtgSessionId": "411c96b4-c13b-4f35-b639-4fda02863743"
    },
    {
      "id": "0cb313e1-211f-4be0-833d-8c7305b19902",
      "start_ts": 1548789650,
      "status": "finished",
      "max_participants": 2,
      "duration": 277,
      "share_token": "TivXjlD22QQt",
      "s3key": "mydomain/test-recording-room/277255707741,",
      "mtgSessionId": "1117a5d8-f6c4-4ff5-a9ec-2a324666f0da"
    },
    {
      "id": "89a4a0a4-03cf-454f-b874-e83d91b0296f",
      "start_ts": 1548788621,
      "status": "finished",
      "max_participants": 1,
      "duration": 53,
      "share_token": "QehWXiO2zMMf",
      "s3key": "mydomain/test-recording-room/11245260397,",
      "mtgSessionId": "257764e6-c74e-4c30-944a-a887a03173a3,"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>
ending_before
string
starting_after
string
room_name
string

Response

200

total_count
integer
default:0
Example:

3

data
object[]