Posts
Fetch a single post with its publish attempts
Returns the post row plus every publish attempt (start/finish, success flag, upstream response, error code). Use the postId returned in CreatePostResponse.results[] as {id}.
GET
Fetch a single post with its publish attempts
Authorizations
Mint an API key in the dashboard. See https://letmepost.dev/docs/authentication/.
Path Parameters
Response
Post detail with attempts.
A single per-target post row from the post log.
Supported platforms. tiktok is currently in App Review — connect requests return platform_not_enabled until approval lands.
Available options:
bluesky, facebook, instagram, linkedin, pinterest, threads, tiktok, twitter Lifecycle state of a single per-target post row. canceled is the terminal state reached via DELETE /v1/posts/{id} on a queued scheduled post.
Available options:
queued, validated, publishing, published, failed, rejected, canceled 
