---
title: "List external reference targets"
method: GET
path: "/api/v1/externalReferenceTargets"
tags: ["External Reference Target"]
---

# List external reference targets

`GET /api/v1/externalReferenceTargets`

Returns a collection with all External Reference Targets.

## Response `200`

ExternalReferenceTarget list

- object
  - `data` object[]
    - `id` string — Resource identifier.
    - `name` string — The name of the external reference target
    - `isActive` boolean — A flag to determine whether an external reference target is active

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `403` — Unable to authorize the client
- `406` — Requested resource representation does not exist.

---

[API](https://skmtc.net/xentral/apis/xentral-api.md) · [All operations](https://skmtc.net/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
