---
title: "Retrieve a Release request"
method: GET
path: "/external_connections/{id}/releases/{release_id}"
tags: ["External Connections"]
---

# Retrieve a Release request

`GET /external_connections/{id}/releases/{release_id}`

Return the details of a Release request and its phone numbers.

## Path parameters

- `id` string, required
- `release_id` string, uuid, required

## Response `200`

Successful response

- object
  - `data` Release
    - `ticket_id` string, uuid — Uniquely identifies the resource.
    - `tenant_id` string, uuid
    - `status` 'pending_upload' | 'pending' | 'in_progress' | 'complete' | 'failed' | 'expired' | 'unknown' — Represents the status of the release on Microsoft Teams.
    - `error_message` string — A message set if there is an error with the upload process.
    - `telephone_numbers` TnReleaseEntry[]
      - `phone_number` string — Phone number in E164 format.
      - `number_id` string — Phone number ID from the Telnyx API.
    - `created_at` string — ISO 8601 formatted date indicating when the resource was created.

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
