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.
Query parameters
[Only for type='generate_ai_values'] Filter by the AI field ID.
[Only for type='sync_data_sync_table'] Filter by the data sync ID.
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
- data_scan_result_export - data_scan_result_export
- file_import - file_import
Response
Changes
Changed in 3 of the 6 revisions of this API.124
- ○
added the optional property
jobs/items/oneOf[AirtableImportJobTypeResponse]/database/oneOf[BuilderApplication]/breakpointsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DuplicateApplicationJobTypeResponse]/duplicated_application/allOf[ApplicationApplication]/oneOf[BuilderApplication]/breakpointsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DuplicateApplicationJobTypeResponse]/original_application/allOf[ApplicationApplication]/oneOf[BuilderApplication]/breakpointsto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
jobs/items/oneOf[AirtableImportJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[AuditLogExportJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[CreateSnapshotJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DataScanResultExportJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DuplicateApplicationJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DuplicateAutomationWorkflowJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DuplicateFieldJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DuplicatePageJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[DuplicateTableJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[ExportApplicationsJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[GenerateAIValuesJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[ImportApplicationsJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[InstallTemplateJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[PublishAutomationWorkflowJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[PublishDomainJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[RestoreSnapshotJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[SaaSFileImportJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
jobs/items/oneOf[SyncDataSyncTableJobTypeResponse]/error_codeto the response with the200statusresponse-optional-property-added
- ○
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
added the new optional
queryrequest parametersync_data_sync_table_data_sync_idnew-optional-request-parameter
- ○
added the required property
countto the response with the200statusresponse-required-property-added
- ○
added the required property
jobsto the response with the200statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲