Skip to main content
GET
Get comments

Authorizations

Authorization
string
header
required

Unkey API key passed as Bearer token

Headers

X-External-User-ID
string
required

External user identifier from the calling system

X-External-User-Email
string<email>

External user email from the calling system

Path Parameters

promotionId
string<uuid>
required

Promotion ID

versionId
string<uuid>
required

Version ID

Query Parameters

limit
string

Maximum number of threads to return (1–100, default 20)

Example:

"20"

offset
string

Number of threads to skip (default 0)

Example:

"0"

Response

Comment threads for the version

threads
object[]
required

Comment threads on this page, oldest thread first. Each thread includes its top-level comment and replies.

pagination
object
required
correlationId
string<uuid>
required

Correlation ID for request tracing. Include in support requests.