curl --request GET \
--url https://api.streamkap.com/topics/messages/value \
--header 'Authorization: Bearer <token>'{}Fetch the full value of a single topic message on demand (e.g. for oversized messages).
curl --request GET \
--url https://api.streamkap.com/topics/messages/value \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Kafka topic name
Partition number
x >= 0Message offset within partition
x >= 0Successful Response
The response is of type Response Gettopicmessagevalue · object.
Was this page helpful?