Show a task (sync)
documentedWait for a task to finish using the sync API.
GET /v2/tasks/{ID}Tasksno implementation yet0 runsNo 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"