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.

  • duplicate_application - duplicate_application
  • install_template - install_template
  • create_snapshot - create_snapshot
  • restore_snapshot - restore_snapshot
  • export_applications - export_applications
  • import_applications - import_applications
  • airtable - airtable
  • duplicate_table - duplicate_table
  • duplicate_field - duplicate_field
  • sync_data_sync_table - sync_data_sync_table
  • duplicate_page - duplicate_page
  • publish_domain - publish_domain
  • duplicate_automation_workflow - duplicate_automation_workflow
  • publish_automation_workflow - publish_automation_workflow
  • generate_ai_values - generate_ai_values
  • audit_log_export - audit_log_export
  • file_import - file_import

Valid values:

  • "restore_snapshot"
  • "sync_data_sync_table"
  • "publish_automation_workflow"
  • "duplicate_table"
  • "publish_domain"
  • "generate_ai_values"
  • "audit_log_export"
  • "file_import"
  • "duplicate_field"
  • "create_snapshot"
  • "airtable"
  • "duplicate_application"
  • "duplicate_page"
  • "install_template"
  • "import_applications"
  • "duplicate_automation_workflow"
  • "export_applications"
states String No
job_ids String No
offset Integer No

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.