POST
/
{env_id}
/
{flow}
/
{tenant}
/
jobs
/
retrigger
Retrigger a job
curl --request POST \
  --url https://client-api.hotglue.xyz/{env_id}/{flow}/{tenant}/jobs/retrigger \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "job_root": "<string>",
  "skip_sync": true,
  "skip_etl": false,
  "skip_webhooks": false
}'
{
  "job_id": "<string>",
  "env_id": "<string>",
  "flow_id": "<string>",
  "job_name": "<string>",
  "tenant": "<string>",
  "s3_root": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required
flow
string
required
user_id
string
required

Body

application/json

Response

200
application/json

Job successfully retriggered

The details for the retriggered job.