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.
get/api/jobs/
Query parameters
generate_ai_values_field_idinteger
[Only for type='generate_ai_values'] Filter by the AI field ID.
job_idsstring
limitinteger
offsetinteger
statesstring
type'duplicate_application' | 'install_template' | 'create_snapshot' | 'restore_snapshot' | 'export_applications' | 'import_applications' | 'airtable' | 'duplicate_table' | 'duplicate_field' | 'sync_data_sync_table' | 'duplicate_page' | 'publish_domain' | 'duplicate_automation_workflow' | 'publish_automation_workflow' | 'generate_ai_values' | 'audit_log_export' | 'data_scan_result_export' | 'file_import'
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