---
title: "Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource."
method: GET
path: "/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks"
tags: ["VideoV1PublishedTrack"]
---

# Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.

`GET /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks`

Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource.

## Path parameters

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

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `published_tracks` VideoV1RoomRoomParticipantRoomParticipantPublishedTrack[]
    - `sid` string, nullable — The unique string that we created to identify the RoomParticipantPublishedTrack resource.
    - `participant_sid` string, nullable — The SID of the Participant resource with the published track.
    - `room_sid` string, nullable — The SID of the Room resource where the track is published.
    - `name` string, nullable — The track name. Must be 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' — The track type. Can be: `audio`, `video` or `data`.
    - `url` string, uri, nullable — The absolute URL of the resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[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/revisions/162f62d432a2/schema)
