v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-143933299.0 KB
VideoV1PublishedTrack

Returns a single Track resource represented by TrackName or SID.

Returns a single Track resource represented by TrackName or SID.

get/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/PublishedTracks/{Sid}

Path parameters

RoomSidstring required

The SID of the Room resource where the Track resource to fetch is published.

ParticipantSidstring required

The SID of the Participant resource with the published track to fetch.

Sidstring required

The SID of the RoomParticipantPublishedTrack resource to fetch.

Response

OK

sidstring nullable

The unique string that we created to identify the RoomParticipantPublishedTrack resource.

participant_sidstring nullable

The SID of the Participant resource with the published track.

room_sidstring nullable

The SID of the Room resource where the track is published.

namestring nullable

The track name. Must be no more than 128 characters, and be unique among the participant's published tracks.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

enabledboolean nullable

Whether the track is enabled.

kind'audio' | 'video' | 'data'

The track type. Can be: audio, video or data.

urlstring uri nullable

The absolute URL of the resource.