Check a video upload job
get_video_job_statusCheck the status of a Bluesky video transcoding job using its job id to determine if processing completed after a post creation timeout.
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. |