cURL
curl --request GET \ --url https://api.hotglue.com/{env_id}/{flow_id}/{tenant}/jobs/schedule \ --header 'x-api-key: <api-key>'
{ "ScheduleExpression": "cron(0 0 ? * SUN *)", "State": "DISABLED", "ExtraArgs": { "override_start_date": "2000-01-01" } }
Fetch the schedule for a tenant
ID of environment
ID of flow
ID of tenant
Type of job to retrieve (Bidirectional flows only)
read
write
ID of connector to retrieve. If not provided, flow level schedule will be returned.
200
"cron(0 0 ? * SUN *)"
"DISABLED"
{ "override_start_date": "2000-01-01" }