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 current progress of the job. The available query parameters depend on the job type selected via the type parameter. Each job type may support additional type-specific filter parameters.
Servers
- /
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
generate_ai_values_field_id |
Integer | No |
[Only for type='generate_ai_values'] Filter by the AI field ID. |
limit |
Integer | No |
Default value: 20 |
type |
String | No |
The type of job to filter for. Determines which additional filter fields are available.
Valid values:
|
states |
String | No | |
job_ids |
String | No | |
offset |
Integer | No |
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.