cURL
curl --request GET \ --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/kill \ --header 'x-api-key: <api-key>'
{ "job_id": "lmaEbA", "env_id": "dev.example-env.hotglue.xyz", "job_name": "test_job:_V-vgdlLN", "tenant": "default", "started_by": "default", "flow": "l8odS2mce", "s3_root": "default/flows/l8odS2mce/jobs/lmaEbA", "start_time": "2020-12-30T18:01:01.828266+00:00", "state": {}, "tap": "quickbooks:sandbox", "status": "ETL_FAILED", "message": "Job killed due to: Unspecified Reason", "last_updated": "2020-12-30T20:31:00.081282+00:00" }
End any running processes for a job
ID of environment
ID of flow
ID of tenant
S3 root of this job
Reason for killing this job
200
The response is of type object.
object