---
title: "Returns a list of Recording Rules for the Room."
method: GET
path: "/v1/Rooms/{RoomSid}/RecordingRules"
tags: ["VideoV1RecordingRules"]
---

# Returns a list of Recording Rules for the Room.

`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.net/twilio/apis/video-v1.md) · [All operations](https://skmtc.net/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/video-v1/versions/162f62d432a2/schema)
