---
title: "Download Outbound Template"
method: GET
path: "/outbound/voice-agents/{voice_agent_id}/outbound-template"
tags: ["outbound"]
---

# Download Outbound Template

`GET /outbound/voice-agents/{voice_agent_id}/outbound-template`

Download the Excel template for this voice agent's outbound uploads.

Returns an .xlsx workbook whose one row is the column headers an upload must
have: the phone number field, then each data field. No example rows.

## Path parameters

- `voice_agent_id` string, uuid, required

## Response `200`

The upload template as an Excel workbook

## Other responses

- `422` — Validation Error

## Changes

> 26 revisions in range; 1 not diffed.

- **2026-09-24** `4df7b22a7dae` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/outbound/voice-agents/:voice_agent_id/outbound-template/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/4df7b22a7dae?raw)
