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: |
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.