---
title: "Retrieve an access IP address"
method: GET
path: "/access_ip_address/{access_ip_address_id}"
tags: ["IP Addresses"]
---

# Retrieve an access IP address

`GET /access_ip_address/{access_ip_address_id}`

## Path parameters

- `access_ip_address_id` string, required

## Response `200`

Successful Response

- AccessIPAddressResponseSchema
  - `id` string, required
  - `ip_address` string, required
  - `source` string, required
  - `status` 'pending' | 'added', required — An enumeration.
  - `description` string
  - `user_id` string, required
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `404` — Resource 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/revisions/8f5f4e537994/schema)
