Skip to main content
GET
/
topics
/
messages
/
value
Get a single topic message value
curl --request GET \
  --url https://api.streamkap.com/topics/messages/value \
  --header 'Authorization: Bearer <token>'
{}

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.