Sign in

Show a job (sync)

documented

Wait for a job to finish using the sync API.

GET /v2/jobs/{ID}Jobsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cloudconvert.com/v2/jobs/{{$id}}" \
  -X GET \
  -H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
  -H "Accept: application/json"
Show a job (sync) · CloudConvert · OpenIntegrations