Skip to main content
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
Array of scheduled content items.
string
Unique identifier for the content.
string
Video title.
string
ISO 8601 timestamp for scheduled publishing.
string
Current status: "scheduled", "published", "processing", etc.
string
Content topic or theme.
string
When the content was generated.
string
Error message if the request fails.

Example Request

Example Response

Success

Error

Response Codes

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.

Filtering and Sorting

The endpoint returns all upcoming scheduled content. You can filter and sort on the client side: