Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.video.getJobStatus

bsky-lexicons.bsky.social

Documentation

main query

Get status details for a video processing job.

Parameters

jobId string Required

No description provided.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
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."
}

Lexicon Garden

@