Skip to main content
GET
Get a single post by ID

Authorizations

x-api-key
string
header
default:lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
required

API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.

Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663

x-user-key
string
header
default:eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
required

User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.

Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_

Headers

x-request-id
string<uuid>
required

A unique request identifier.

Example:

"aca41e01-6210-4d81-ab0f-468b9da7736c"

Path Parameters

postId
string<uuid>
required

ID of the post to retrieve (UUID)

Query Parameters

take
integer<int32>
default:10

Number of inline comments to include in the response

Required range: x >= 0
badgesExperimentIsEnabled
boolean
default:false

Flag indicating whether to include user badges in the response

Response

Post retrieved successfully

A single discussion entry in a feed — wraps a Post with its interaction data

id
string

Discussion wrapper ID (same as post ID)

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

post
object

Post data embedded inside a Discussion feed item

commentsData
object

Inline comments preview

emotionsData
object

Aggregated emotions (likes) on an entity

requesterContext
object

Requester's relationship state with the post

summary
object

Post-level engagement counters

reason
any | null

Why this post appears in the feed (ForYou only). May be null or an object: { type: 'followed-user'|'instrument-trending', sourceId, owner }

Example: