---
title: "Retrieve a shared voicemail mail"
method: GET
path: "/shared_voicemails/{id}/voicemails/{mail_id}"
tags: ["Shared Voicemail"]
---

# Retrieve a shared voicemail mail

`GET /shared_voicemails/{id}/voicemails/{mail_id}`

Retrieve shared voicemail mail details.

## Path parameters

- `id` string, required — The unique ID of the resource.
- `mail_id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `id` string — The unique ID of the resource.
  - `sender` string — The sender number of the voicemail.
  - `created_at` string, date_time — The RFC 3339 format is defined by The date_time notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, 2017-07-21T17:32:28Z
  - `duration` integer — The playback time (in seconds).
  - `status` 'READ' | 'UNREAD' — Status of the voicemail includes: - `READ`: read mail - `UNREAD`: unread mail
  - `file_name` string — The name of the file.
  - `file_size` integer — The file size in bytes.
  - `file_url` string — The relative path to file url for file downloading.

## Other responses

- `4XX` — Error

---

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