GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
schedule
curl --request GET \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/schedule \
  --header 'x-api-key: <api-key>'
{
  "ScheduleExpression": "cron(0 0 ? * SUN *)",
  "State": "DISABLED"
}

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

Response

200 - application/json
ScheduleExpression
string
State
string