Get status details for a video processing job.
Parameters
Output
Encoding
application/jsonjobStatus
refapp.bsky.video.defs#jobStatus
Required
No description provided.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"jobStatus"
],
"properties": {
"jobStatus": {
"ref": "app.bsky.video.defs#jobStatus",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"jobId"
],
"properties": {
"jobId": {
"type": "string"
}
}
},
"description": "Get status details for a video processing job."
}