Scheduling
Get Schedule Details
Get detailed information about a specific scheduled post
GET
Try it out! Use the API playground on the right to test the Get Schedule Details endpoint directly.
Overview
Get complete details about a specific scheduled post, including video information, platform data, and publishing status. This endpoint is useful for:- Checking the status of a scheduled post
- Retrieving platform-specific metadata
- Getting the video URL and thumbnail for preview
Endpoint
Path Parameters
The unique ID of the scheduled post to retrieve
Headers
Your API key from API Settings
Response
Whether the request was successful
Request Example
Response Examples
Status Values
| Status | Description |
|---|---|
pending | Waiting to be published at the scheduled time |
published | Successfully published. Check platformData.publishedUrl for the live link |
failed | Publishing failed. Check platformData.error for details |
draft | Saved but not scheduled |
Next Steps
Update Schedule
Change the scheduled time or metadata
Cancel Schedule
Cancel a pending scheduled post
List All
View all scheduled posts
Webhooks
Get notified on status changes