---
title: "Get list of voicemail drop audiofiles"
method: GET
path: "/voice/voicemail/drops"
tags: ["Voice"]
---

# Get list of voicemail drop audiofiles

`GET /voice/voicemail/drops`

REQUIRED SCOPES <code>['voice:read']</code><br>Get list of voicemail drop audiofiles

## Response `200`

OK

- VoicemailDropResource[]
  - `id` integer
  - `user_id` integer
  - `name` string
  - `content_type` string
  - `url` string
  - `created_at` string
  - `updated_at` string
  - `duration` integer

## Other responses

- `403` — Forbidden

---

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