List jobs (sync)
documentedList jobs using the sync API.
GET /v2/jobsJobsno 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/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'