Sign in

List jobs

documented

List all jobs.

GET /v2/jobsJobsno 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?filter[status]={{$status}}&filter[tag]={{$tag}}&include={{$include}}&per_page={{$per_page}}&page={{$page}}" \
  -X GET \
  -H 'Authorization: Bearer {{CLOUDCONVERT_API_KEY}}' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'