v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
rooms

/rooms

List rooms

get/rooms

Query parameters

limitinteger

Sets the number of rooms listed

ending_beforestring

Returns room objects created before a provided room id

starting_afterstring

Returns room objects created after a provided room id

Response

200

total_countinteger

Example response

{
  "total_count": 2,
  "data": [
    {
      "id": "5e3cf703-5547-47d6-a371-37b1f0b4427f",
      "name": "w2pp2cf4kltgFACPKXmX",
      "privacy": "public",
      "url": "https://api-demo.daily.co/w2pp2cf4kltgFACPKXmX",
      "created_at": "2019-01-26T09:01:22.000Z",
      "config": {
        "start_video_off": true
      }
    }
  ]
}
All 60 operations