app.bsky.video.defs
#jobStatus
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
jobId | string | - | ✅ | - |
did | string (did) | - | ✅ | - |
state | string | JOB_STATE_COMPLETED JOB_STATE_FAILED | ✅ | The state of the video processing job. All values not listed as a known value indicate that the job is in process. |
progress | integer | - | ❌ | Progress within the current processing state. |
blob | blob | - | ❌ | - |
error | string | - | ❌ | - |
message | string | - | ❌ | - |