GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
zip
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/zip \
  --header 'x-api-key: <api-key>'
{
  "url": "https://s3.amazonaws.com/dev.hotglue.acme.com/test-user/flows/nqxrc9BvY/jobs/no5jh.zip"
}

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

Response

200 - application/json
url
string