The author's pending publication schedule for a post
GET /posts/{id}/publication-schedule
The author-facing status read of scheduled publication (#1119,
ADR 0020). Answers with the ONE pending schedule the author made
for this post, or null when there is none.
Own-post only. The caller must be the post’s author; a readable
post authored by somebody else is refused with 403, and a
post the caller cannot read (including a soft-deleted one) is
404, in that order, so this cannot be used to learn which
post ids exist. Operator- and system-scheduled actions on the
same post are NOT reported here: this surface shows the author
their own instruction and nothing else.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”The pending author schedule, or null.
object
object
When the post becomes eligible to publish. It is carried out on the scheduler’s next normal pass after this time, not at this exact second.
The author who scheduled it; always the requesting user.
Authentication required, missing, or invalid
object
Human-readable error summary
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
Human-readable error summary
Example
the request could not be completedResource not found
object
Human-readable error summary
Example
the request could not be completedUnexpected server error
object
Human-readable error summary
Example
the request could not be completed