GET /api/jobs/

List all existing jobs. Jobs are task executed asynchronously in the background. You can use the get_job endpoint to read the currentprogress of a the job.

Servers

Query parameters

Name Type Required Description
states String No

A comma separated list of jobs state to look for. The only possible values are: pending, finished, failed and cancelled. It's possible to exclude a state by prefixing it with a !.

job_ids String No

A comma separated list of job ids in the desired order.The jobs will be returned in the same order as the ids.If a job id is not found it will be ignored.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.