---
title: "List Destinations"
method: GET
path: "/pci-proxy/destinations"
---

# List Destinations

`GET /pci-proxy/destinations`

Returns the destinations registered on your account's allowlist. Only hosts on this list can be reached by the [forward proxy](/reference/pci-proxy/invoke-forward-proxy); a request to any other host is rejected with `403 DESTINATION_NOT_ALLOWED`.

## Response `200`

The destinations registered for your account.

- object
  - `destinations` Destination[]
    - `id` string, uuid — Unique identifier of the destination. Use it to remove the destination.
    - `account_id` string, nullable — The account this destination is scoped to, or `null` when it applies to the whole organization.
    - `hostname` string — The registered hostname.
    - `status` 'ENABLED' | 'DISABLED' — Whether the destination is active. Only ENABLED destinations are used by the forward path.
    - `purpose` string — The label you provided when registering the destination.
    - `created_at` string, date-time — When the destination was registered.
    - `updated_at` string, date-time — When the destination was last changed.

## Other responses

- `401` — Your API credentials are missing or invalid.

---

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