Skip to main content
GET
Get a single topic message value

Authorizations

Authorization
string
header
required

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

Query Parameters

topic_id
string
required

Kafka topic name

partition
integer
required

Partition number

Required range: x >= 0
offset
integer
required

Message offset within partition

Required range: x >= 0

Response

Successful Response

The response is of type Response Gettopicmessagevalue · object.