curl --request GET \
--url https://api.videodb.io/transcode/{job_id} \
--header 'x-access-token: <api-key>'{
"success": true,
"data": {}
}Check the status of a transcode job
curl --request GET \
--url https://api.videodb.io/transcode/{job_id} \
--header 'x-access-token: <api-key>'{
"success": true,
"data": {}
}