Skip to main content
GET
/
module
/
instance
/
schedule
/
{instance_id}
Get Instance Schedule
curl --request GET \
  --url https://api.getoutbox.ai/module/instance/schedule/{instance_id} \
  --header 'Authorization: <api-key>'
{
  "hour": "<string>",
  "day_of_week": "<string>",
  "day_of_month": "<string>"
}

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

instance_id
string
required

The ID of the module instance

Response

Schedule retrieved successfully

hour
string

Hour in crontab format

day_of_week
string

Day of week in crontab format

day_of_month
string

Day of month in crontab format