Scheduling
List Scheduled Posts
Get all scheduled posts for your account with filtering options
GET
Try it out! Use the API playground on the right to test the List Scheduled Posts endpoint directly.
Overview
List all videos scheduled for publishing to your connected social platforms. Use filters to find specific posts by status or platform. This endpoint is useful for:- Building a content calendar view
- Monitoring scheduled content status
- Managing your publishing pipeline
Scheduled posts are automatically published at their scheduled time. The status will change from
pending to published or failed after the publishing attempt.Endpoint
Headers
Your API key from API Settings
Query Parameters
Filter by post status:
pending- Waiting to be publishedpublished- Successfully publishedfailed- Publication faileddraft- Draft posts (not scheduled)
Filter by platform:
youtube- YouTube poststiktok- TikTok postsinstagram- Instagram posts
Number of results to return (max: 100)
Offset for pagination
Response
Whether the request was successful
Request Examples
Basic Request
With Filters
With Pagination
Response Examples
Status Values
| Status | Description |
|---|---|
pending | Scheduled and waiting to be published at the specified time |
published | Successfully published to the platform |
failed | Publishing failed (check platformData for error details) |
draft | Saved but not scheduled for publishing |
Best Practices
Use Webhooks
Instead of polling, use webhooks to get notified when posts are published or fail.
Paginate Large Results
For accounts with many scheduled posts, use offset/limit pagination.
Filter by Status
Filter by
pending to see upcoming posts, or failed to find issues.Check Times
All times are in UTC. Convert to local time for display.
Next Steps
Schedule Video
Schedule a new video for publishing
Update Schedule
Change scheduled time or metadata
Cancel Schedule
Cancel a scheduled post
View Details
Get full details of a scheduled post
Authorizations
Query Parameters
Filter by status
Available options:
pending, published, failed, draft Filter by platform
Available options:
youtube, tiktok, instagram Number of results (max 100)
Pagination offset
Response
200
Success