Our API has different endpoints that can be used to view the status of the different work orders. We can obtain a list of all the work orders registered for each company by launching a GET request, after authentication, to this endpoint:
We will receive a list of all the work orders that we have enqueued for our company ID, whether they are processed by the TransparentEdge Transcoding Service or not. The format will be an array of objects containing the fields "order_id," which holds the unique identifier of the job, "status," indicating the current state of the request, and "timestamp," indicating the timestamp when the work request was processed by the TransparentEdge Transcoding Service. We can expect a response similar to this:
To obtain information about a specific job, you can make a request to the following endpoint: https://api.transparentcdn.com/v1/media/{companyid}/transcode/{order_id}. This API call will provide you with more detailed information about the status of the order, as well as the sub-jobs that make it up. The response you will receive will be similar to this: