app.bsky.video.get Job Status

GET {{baseUrl}}/xrpc/app.bsky.video.getJobStatus?jobId=<string>

This endpoint is part of the Bluesky application Lexicon APIs (`app.bsky.`). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.*

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

Get status details for a video processing job.

Request Params

KeyDatatypeRequiredDescription
jobIdstring(Required)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;jobStatus&quot;:{&quot;jobId&quot;:&quot;\u003cstring\u003e&quot;,&quot;did&quot;:&quot;\u003cdid\u003e&quot;,&quot;state&quot;:&quot;\u003cstring\u003e&quot;,&quot;progress&quot;:&quot;\u003cinteger\u003e&quot;,&quot;blob&quot;:&quot;\u003cbinary\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;}}