Skip to main content
GET
Get Social Post
Returns the current state for a social post. Use the post_id returned by POST /social/post. For scheduled posts, this endpoint returns scheduled while the post is waiting or still processing. After publishing succeeds, the same post_id returns posted with native destination IDs and URLs when available.

Request

Query Parameters

Scheduled Response

Posted Response

Response Details

  • status is the aggregate post status across destinations.
  • description and thumbnail_url are null when unavailable.
  • analytics can be null when analytics is unavailable. stats is retained for backward compatibility.
  • destination_results is the canonical per-destination result list. Use it when a post targets multiple connected accounts on the same platform.
  • platform_post_id is the native post ID from the destination platform. It can be null before a scheduled post publishes.
  • For analytics-only reads, use GET /social/post/{post_id}/analytics.