cURL
Subtitles
List subtitle tracks
ListTracks
Return list of tracks. This should always be filtered by playlist_id, and will return all results (unpaginated).
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the project for which tracks are returned.
You can filter list of tracks by playlist ID (required).
Example: playlist_id:123
Response
OK
ListTracksResponse is the response message for ListTracks.
List of tracks.

