---
title: "Retrieve a voice campaign"
method: GET
path: "/v1/voice-campaigns/{id}"
tags: ["Voice campaigns"]
---

# Retrieve a voice campaign

`GET /v1/voice-campaigns/{id}`

Returns the voice campaign identified by `id`, including its current status.

## Path parameters

- `id` integer, required

## Response `200`

Returns the voice campaign.

- VoiceCampaignsGetResponse
  - `voice_campaign` object
    - `id` integer — Unique identifier of the voice campaign.
    - `status` string — Current status of the voice campaign, such as `in_progress`.
    - `timestamp` string, date-time — Timestamp when the voice campaign was created, in ISO 8601 format.
    - `caller_id` string — Phone number used as the Caller ID for the outbound call, in E.164 format.
    - `contact` string — Destination phone number the outbound call is placed to, in E.164 format.

## Other responses

- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
