Check on the status of a job, using the job_root returned by your initial Run Job call.
job_root
curl --request GET \ --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/status \ --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": "ETL error...", "last_updated": "2020-12-30T20:31:00.081282+00:00" }
ID of environment
ID of flow
ID of tenant
S3 root of this job
200
The response is of type object.
object