cURL
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>" }
Retrieve the schedule configuration for a module instance
Company API Key
The ID of the module instance
Schedule retrieved successfully
Hour in crontab format
Day of week in crontab format
Day of month in crontab format