---
title: "GET /v1/Rooms/{RoomSid}/RecordingRules"
method: GET
path: "/v1/Rooms/{RoomSid}/RecordingRules"
---

# GET /v1/Rooms/{RoomSid}/RecordingRules

`GET /v1/Rooms/{RoomSid}/RecordingRules`

Returns a list of Recording Rules for the Room.

## Path parameters

- `RoomSid` string, required

## Response `200`

OK

- VideoV1RoomRoomRecordingRule
  - `room_sid` string, nullable — The SID of the Room resource for the Recording Rules
  - `rules` object[], nullable — A collection of Recording Rules that describe how to include or exclude matching tracks for recording
    - `type` string
    - `all` boolean
    - `publisher` string
    - `track` string
    - `kind` string
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

---

[API](https://skmtc.dev/twilio/apis/video-v1.md) · [All operations](https://skmtc.dev/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/video-v1/revisions/d640d10825ae?raw)
