---
title: "GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid}"
method: GET
path: "/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid}"
---

# GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid}

`GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribedTracks/{Sid}`

Returns a single Track resource represented by `track_sid`.  Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique.

## Path parameters

- `RoomSid` string, required
- `ParticipantSid` string, required
- `Sid` string, required

## Response `200`

OK

- VideoV1RoomRoomParticipantRoomParticipantSubscribedTrack
  - `sid` string, nullable — The unique string that we created to identify the RoomParticipantSubscribedTrack resource.
  - `participant_sid` string, nullable — The SID of the participant that subscribes to the track.
  - `publisher_sid` string, nullable — The SID of the participant that publishes the track.
  - `room_sid` string, nullable — The SID of the room where the track is published.
  - `name` string, nullable — The track name. Must have no more than 128 characters and be unique among the participant's published tracks.
  - `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.
  - `enabled` boolean, nullable — Whether the track is enabled.
  - `kind` 'audio' | 'video' | 'data'
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[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)
