Skip to main content
GET
Get Post Analytics

Authorizations

Authorization
string
header
required

Send an account API key in the Authorization: Bearer <key> header.

Headers

OpenPMM-Request-Id
string

Optional request ID. OpenPMM returns this value when it is valid. Otherwise, OpenPMM creates a request ID.

Maximum string length: 128

Path Parameters

workspace_id
string
required

Unique workspace ID.

Example:

"ws_01JABCDEF"

post
string
required

Unique Post ID.

Example:

"send_01JABCDEF"

Response

The current Post analytics.

object
string
required
Allowed value: "post_analytics"
post
string
required

Unique Post ID.

Example:

"send_01JABCDEF"

group
string | null
required

A value that groups related posts.

Required string length: 1 - 200
Pattern: ^[A-Za-z0-9_-]+$
Example:

"launch-2026-08"

channel
enum<string>
required
Available options:
bluesky,
facebook,
instagram,
threads,
mastodon,
x,
linkedin,
tiktok,
youtube
Example:

"x"

published_at
string<date-time>
required
Example:

"2026-08-09T12:00:00.000Z"

state
enum<string>
required
Available options:
pending,
running,
ready,
failed,
reauthorization-required,
unsupported
metrics
object
required
fetched_at
string<date-time> | null
required
Example:

"2026-08-09T12:00:00.000Z"

provider_as_of
string<date-time> | null
required
Example:

"2026-08-09T12:00:00.000Z"

next_automatic_refresh_at
string<date-time> | null
required
Example:

"2026-08-09T12:00:00.000Z"

last_error
object | null
required