cURL
curl --request GET \ --url https://api.trytldw.ai/v1/collections/{collection_id}/media \ --header 'Authorization: Bearer <token>'
{ "media": [ { "id": "<string>", "external_id": "video_12345", "status": "PENDING" } ], "pagination": { "page": 123, "page_size": 123, "total_results": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The page number to retrieve (0-indexed)
The number of results per page
Successful Response
Show child attributes
[ { "external_id": "Video Title", "id": "c1a2b3c4-1a2b-3c4d-5e6f-7g8h9i0j1k2l", "status": "COMPLETED" }]
{ "page": 0, "page_size": 50, "total_results": 1}
Was this page helpful?