Get Schedule
REST API
Get Schedule
Retrieve upcoming content publishing schedule
GET
Get Schedule
Endpoint
Description
Retrieves the upcoming content publishing schedule from the database. This endpoint returns all content that has been generated and is scheduled for future publishing, allowing you to view what content will be automatically posted and when.Request
No parameters required.Headers
No special headers required.Response
Returns an array of scheduled content items. The exact structure depends on the database schema, but typically includes:Array of scheduled content items.
Unique identifier for the content.
Video title.
ISO 8601 timestamp for scheduled publishing.
Current status:
"scheduled", "published", "processing", etc.Content topic or theme.
When the content was generated.
Error message if the request fails.
Example Request
Example Response
Success
Error
Response Codes
| Status Code | Description |
|---|---|
| 200 | Schedule retrieved successfully |
| 500 | Server error retrieving schedule |
Use Cases
Display Upcoming Content
Build a dashboard showing upcoming publications:Check Content Pipeline
Verify you have enough content scheduled:Calendar Integration
Export schedule to calendar format:Monitoring and Alerts
Set up alerts when schedule is running low:The schedule is automatically managed by the Daily Automation system. Content is generated daily and scheduled according to your optimal posting times determined by the Analytics & Optimization Agent.