---
title: "Get Public Voice Message"
method: GET
path: "/public/voice-message/{message_id}"
tags: ["Public"]
---

# Get Public Voice Message

`GET /public/voice-message/{message_id}`

Serve a cached voice message audio file from S3.

Voice messages from WhatsApp/Instagram are downloaded during transcription
and cached in S3 so they can be played back in the Orsay dashboard.

## Path parameters

- `message_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
