---
title: "Get a single topic message value"
method: GET
path: "/topics/messages/value"
tags: ["Topics"]
---

# Get a single topic message value

`GET /topics/messages/value`

Fetch the full value of a single topic message on demand (e.g. for oversized messages).

## Query parameters

- `topic_id` string, required — Kafka topic name
- `partition` integer, required — Partition number
- `offset` integer, required — Message offset within partition

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.net/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/revisions/e9ce8221bac6/schema)
