Skip to content

List posts

Returns a paginated list of posts. Published posts include platformPostUrl with the public URL on each platform.

GET /v1/posts

Returns a paginated list of posts. Published posts include platformPostUrl with the public URL on each platform.

Parameters

  • None (query, any)

  • None (query, any)

  • status (query, string)

  • platform (query, string)

  • profileId (query, string)

  • createdBy (query, string)

  • dateFrom (query, string)

  • dateTo (query, string)

  • includeHidden (query, boolean)

  • search (query, string) — Search posts by text content.

  • sortBy (query, string) — Sort order for results.

  • accountId (query, string) — Filter posts to those published via a specific social account (24-char hex ObjectId).

Responses

200 — Paginated posts

  • posts (array)
  • pagination ($ref)

401