Skip to main content
GET
Get a tweet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

community_interaction_id
integer
required

The community interaction ID of the tweet

Required range: x >= 0

Query Parameters

return_parent
boolean

Additionally return the parent tweet or the just the tweet itself.

Response

OK

author_user_id
string
required
read-only

The user ID of the tweet author.

is_owned
boolean
required

Whether the brand posted this tweet.

text
string
required

The comment body.

top_parent_tweet_id
string
required

The ID of the top-most brand-mentioned or brand-owned tweet provided by Twitter.

twitter_parent_tweet_id
string
required

The parent tweet ID provided by Twitter.

assignee_id
integer
read-only

The ID of the user to whom the interaction is assigned.

attachments
object[]
read-only

A list of attachments from the tweet.

author_profile_picture_url
string | null
read-only

The profile picture URL of the author.

author_username
string | null
read-only

The handle of the author.

brand_id
integer
read-only

The community interaction's brand ID.

brand_user_reply
object | null

Brand user that created the reply.

comment_count
integer

The total number of tweets on the Twitter post.

created_at
string<date-time>
read-only

When the community interaction was created.

deleted_at
string<date-time>
read-only

When the community interaction was deleted.

id
integer
read-only

The community interaction's ID.

is_archived
boolean
read-only

Whether the community interaction is marked as archived.

is_author_blocked
boolean
read-only

Whether the user is blocked.

is_follow_up
boolean
read-only

Whether the community interaction is marked as follow-up.

is_hidden
boolean

Whether the tweet is marked as hidden.

is_liked
boolean

Whether the tweet is marked as liked.

is_quoted_by
string[]
read-only

A list of the tweet IDs that quoted this tweet.

The tweet ID of the quote tweet.

is_read
boolean
read-only

Whether the community interaction is marked as read.

is_retweeted
boolean

Whether the brand has retweeted the tweet.

media_comment_sentiment
object

The overall sentiment of the post tweets.

media_id
integer
read-only

The ID of the media the comment was made on.

media_type
enum<string>
read-only

The media type of the post.

Available options:
CAROUSEL_ALBUM,
IMAGE,
REELS,
SHORTS,
VIDEO
post_media
object | null

Info about the media the comment was made on.

post_thumbnail_url
string
read-only

The image thumbnail url of the original post.

quoted_status
object

The tweet that was quoted.

replies
object[]
read-only

A list of replies to the this tweet.

retweeted_status
object

The retweeted tweet.

search_result_snippet
string
read-only

Indicates how many messages match the query.

sentiment
object

The comment sentiment.

source_updated_at
string<date-time>
read-only

When the comment was created.

tag_ids
integer[]

List of tag IDs associated with the community interaction.

tickets
object[]
read-only

The tickets created for this community interaction.

top_parent_status
any

The top parent tweet

twitter_tweet_id
string
read-only

The tweet ID provided by Twitter.

type
enum<string>
read-only

The community interaction type.

Available options:
COMMUNITY_INTERACTION,
FACEBOOK_COMMENT,
FACEBOOK_CONVERSATION,
INSTAGRAM_COMMENT,
INSTAGRAM_CONVERSATION,
TIKTOK_COMMENT,
TWITTER_CONVERSATION,
TWITTER_MENTION,
TWITTER_QUOTE,
TWITTER_RETWEET,
YOUTUBE_COMMENT
updated_at
string<date-time>
read-only

When the community interaction was last updated.