Sign in

Show a task (sync)

documented

Wait for a task to finish using the sync API.

GET /v2/tasks/{ID}Tasksno 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/tasks/{{$task_id}}" \
  -X GET \
  -H "Authorization: Bearer {{CLOUDCONVERT_API_KEY}}" \
  -H "Accept: application/json"
Show a task (sync) · CloudConvert · OpenIntegrations