Check a video upload job
get_video_job_statusCheck a video transcoding job's status using its id when a post creation times out waiting for processing. Confirms if the video is ready.
Instructions
Check a Bluesky video transcoding job by id. Only needed when create_post reported that a video was still processing when it gave up waiting. The job usually finishes on its own, and the id is in that message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id reported by a timed-out create_post. | |
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. |