List social posts
Posts
List social posts
List social posts
GET
List social posts
CLI:
Overview
List social posts This page documentsget /api/calendar/posts. 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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Optional status filter. Omit to return every non-archived post.
Available options:
draft, scheduled, posted