Skip to main content
GET
List posts (post log)

Authorizations

Authorization
string
header
required

Mint an API key in the dashboard. See https://letmepost.dev/docs/authentication/.

Query Parameters

profileId
string<uuid>
platform
enum<string>[]

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
status
enum<string>[]

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
errorCode
string[]
q
string

Case-insensitive substring match on the post body. Wildcard characters are matched literally.

Required string length: 1 - 200
after
string<date-time>

ISO-8601 lower bound on createdAt (exclusive).

before
string<date-time>

ISO-8601 upper bound on createdAt (exclusive).

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string

Response

Page of posts.

data
object[]
required
nextCursor
string | null
required