Skip to main content
All Vision API operations run asynchronously. When you start an operation, you receive a job ID. Poll the job or subscribe to webhooks for results.

What are Jobs?

Many operations in Bedrock take time to complete—processing a large drawing PDF, comparing hundreds of sheets, or running AI analysis. These operations create Jobs that you can monitor.

Job Lifecycle

Job Object

Job Statuses

Job Hierarchy

Some jobs create child jobs for parallel processing:
The parent job completes when all child jobs finish.
Jobs are created automatically by other operations (uploading files, comparing drawings, etc.). You cannot create jobs directly.