Get Campaign Schedules
Retrieves all schedules associated with a specific campaign.
Documentation Index
Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt
Use this file to discover all available pages before exploring further.
campaignId provided in the URL path, and it must belong to your team.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the campaign
Response
Success
Unique schedule identifier
Schedule name
Seconds between sends
Schedule timezone (e.g., 'Europe/Paris')
Daily start time (HH:mm)
^([01]\d|2[0-3]):[0-5]\d$Daily end time (HH:mm)
^([01]\d|2[0-3]):[0-5]\d$Active weekdays (1=Monday, 7=Sunday)
1 <= x <= 7Whether the schedule is available as a template for other users
Unique identifier of the team that owns this schedule
Unique identifier of the user who created this schedule
Timestamp when the schedule was created
Timestamp when the schedule was deleted (only present if deleted)
Unique identifier of the user who deleted this schedule (only present if deleted)