Skip to main content
GET
X post analytics

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

profileId
string<uuid>
required

X profile ID (UUID)

Query Parameters

startDate
string<date>

Start date for analytics (defaults to 30 days ago)

endDate
string<date>

End date for analytics (defaults to today)

Response

X post analytics

id
string<uuid>
required
url
string<uri>
required

Twitter post URL

text
string | null

Tweet text content

publishedAt
string<date-time> | null
likeCount
integer | null
replyCount
integer | null
retweetCount
integer | null
quoteCount
integer | null
bookmarkCount
integer | null
impressionCount
integer | null
engagement
number | null

Engagement rate (total engagements / impressions), typically between 0 and 1

emv
number | null

Earned Media Value calculated as (impressionCount / 1000) * CPM

ordinalPost
object | null

Linked Ordinal post when this external post was published from Ordinal, null otherwise