Get a single topic message value
Topics
Get a single topic message value
Fetch the full value of a single topic message on demand (e.g. for oversized messages).
GET
Get a single topic message value
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Kafka topic name
Partition number
Required range:
x >= 0Message offset within partition
Required range:
x >= 0Response
Successful Response
The response is of type Response Gettopicmessagevalue · object.