Skip to main content
GET
List post draft versions

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Post ID (UUID)

Query Parameters

channel
enum<string>

Optional. Only return versions for this channel. Omit to return every channel that has an editor. Required when cursor is set.

Available options:
LinkedIn,
Facebook,
Instagram,
TikTok,
Discord,
Slack,
Webflow,
YouTubeShorts
limit
integer
default:15

Max versions returned per channel, newest first. Default 15, max 100.

Required range: 1 <= x <= 100
cursor
string

Pagination cursor from a previous response's channels[].nextCursor. Requires channel — each channel paginates independently.

Response

Version history grouped by channel

postId
string<uuid>
required
channels
object[]
required