Skip to main content
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

string
required
Your API key from API Settings

Query Parameters

string
Filter by post status:
  • pending - Waiting to be published
  • published - Successfully published
  • failed - Publication failed
  • draft - Draft posts (not scheduled)
string
Filter by platform:
  • youtube - YouTube posts
  • tiktok - TikTok posts
  • instagram - Instagram posts
number
default:"50"
Number of results to return (max: 100)
number
default:"0"
Offset for pagination

Response

boolean
Whether the request was successful
object

Request Examples

Basic Request

With Filters

With Pagination


Response Examples


Status Values


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

x-api-key
string
header
required

Query Parameters

status
enum<string>

Filter by status

Available options:
pending,
published,
failed,
draft
platform
enum<string>

Filter by platform

Available options:
youtube,
tiktok,
instagram
limit
integer
default:50

Number of results (max 100)

offset
integer
default:0

Pagination offset

Response

200

Success