/sapi/transcoding is a read-only endpoint for the purpose of retrieving transcoding status and progress information.
The status property of a job can be any of the following:
Status | Description |
New | The job is received and yet to be ingested in the transcoding fleet queue |
Running | The media has been transferred to the transcoding worker and is being transcoded |
Error | There was an error with the transcoding job |
Bbqueued | The job has been ingested in the transcoding fleet queue and is waiting for a free worker slot |
Transcoded | The job is finished |
Retrieve | GET /sapi/transcoding |
1.0 | Params
Parameters | Description | Example |
sort | (string fieldname string direction) determine sorting field and direction (default is id desc) | ?sort=title asc |
limit | (integer) determine the number of mediaclips to return | ?limit=100 |
offset | (integer) determine an offset to start the list | ?offset=100 |
finisheddate | don’t show clips that have been transcoded before this date |