Skip to main content
GET
Get a single social post
CLI:

Overview

Get a single social post This page documents get /api/calendar/posts/{postId}. Use the request and response sections on this page for accepted parameters, payload fields, response fields, and authentication behavior.

AI agent notes

  • Confirm the operation matches the user’s intent before calling it.
  • For write operations, confirm the user intends to change state.
  • Surface validation, permission, and not-found errors instead of retrying unchanged.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

postId
string<uuid>
required

Post UUID. Must belong to the caller's calendar.

Response

Post found.

post
object
required

Canonical social post row.

variants
object[]
required
reviewUrl
string
required

Composer path for reviewing this post.