Skip to main content
GET
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
schedule
Retrieve jobs schedule
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"
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required
flow_id
string
required
tenant
string
required

Query Parameters

job_type
enum<string>
default:read
Available options:
read,
write
connector_id
string

Response

ScheduleExpression
string
Example:
State
string
Example:
ExtraArgs
object
Example: