Skip to main content
GET
List Social Posts
Returns social posts for the API key’s organization, sorted by created_at descending. Use this endpoint for dashboards, sync jobs, and agents that need to page through posts. Use GET /social/post/{post_id} when you need the freshest status for one specific post.

Request

Query Parameters

Filtered Request

Response

Pagination

  • Results are sorted by created_at descending.
  • next_cursor is opaque. Pass it back as cursor to get the next page.
  • has_more is false and next_cursor is null when there are no more posts.
  • List responses do not refresh destination status from the social platforms. Use GET /social/post/{post_id} for a fresh read of one post.