GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
download
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/download \
  --header 'x-api-key: <api-key>'
{
  "task_id": "arn:aws:ecs:us-east-1:581362835603:task/hg-hotglue-qa/982f4a997c1b48ba99f98e666bcddb75"
}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

job_id
string
required

ID of job

job_root
string
required

Job root path (listed as s3_root in job details)

content
string
default: details,sync,etl,snapshot

Comma separated list of what to include in download can include: details,sync,etl,snapshot

Response

200 - application/json
task_id
string