Get the schedule configuration for a campaign.
Retrieve the current schedule configuration for a campaign.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
campaign_id (integer, required): The unique identifier of the campaign| Field | Description |
|---|---|
schedule_type | Schedule type: immediate, scheduled, or recurring |
scheduled_at | Scheduled execution time (ISO 8601 UTC) |
recurring_config | Recurring schedule configuration (if applicable) |
| Field | Description |
|---|---|
frequency | daily, weekly, or monthly |
interval | Every N days/weeks/months |
days_of_week | Days for weekly schedules (1=Monday, 7=Sunday) |
time | Execution time (24-hour format) |
time_zone | Timezone for scheduling |
end_date | When to stop recurring |
| Status Code | Description |
|---|---|
| 404 | Campaign not found |
| 401 | Unauthorized |