Get Post Details
Publishing
Get Post Details
Get details of a specific publisher post
GET
Get Post Details
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Overview
Retrieve the full details of a specific publisher post, including its current status, platform URLs, and configuration.Rate Limiting
This endpoint is rate limited to 10 requests per minute per API key.Response
string
Unique post identifier
string
ID of the parent project
string
ID of the published clip
array
Array of target platform names
array
Platforms where publishing succeeded
array
Platforms where publishing failed
array
Array of integration IDs used for publishing
string
Post title
string
Post description
array
Array of tags applied to the post
string
Current post status
processing- Post is being publisheddraft- Post is saved as draftscheduled- Post is scheduled for future publishingcompleted- Published successfullyfailed- Publishing failedcancelled- Post was cancelledunresolved- Partial success (some platforms failed)
string
Type of scheduling (
immediate or scheduled)integer
Scheduled publish date as Unix timestamp (null for immediate)
integer
Actual publish date as Unix timestamp
object
Published URLs per platform (populated after successful publishing)
object
Per-platform configuration
integer
Unix timestamp when the post was created
integer
Unix timestamp when the post was last updated
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Unique identifier of the post
Response
200 - application/json
Successful response
Available options:
processing, draft, completed, failed, cancelled, unresolved Available options:
scheduled, immediate Social media URLs keyed by integration ID