v2

latestOpenAPI 3.1.02026-07-31822441.6 KB
Jobs

Retrigger a job

Retriggers a job based on the provided job_root and parameters. Returns the job details for the retriggered job.

post/{env_id}/{flow}/{tenant_id}/jobs/retrigger

Path parameters

env_idstring required
flowstring required
tenant_idstring required

Request body

job_rootstring required

The job root (aka s3_root) to retrigger

skip_syncboolean

Whether to skip or rerun the sync step. If true, the ETL script will use the job's existing synced data.

skip_etlboolean

Whether to skip or rerun the ETL step. If true, the export step will use the job's existing ETL data.

skip_webhooksboolean

Whether to send job status webhooks for the retriggered job.

Response

Job successfully retriggered

job_idstring

The ID of the retriggered job

env_idstring

The ID of the environment

flow_idstring

The ID of the flow

job_namestring

The name of the retriggered job

tenantstring

The ID of the tenant

s3_rootstring

The S3 root of the retriggered job