---
title: "List Tool Registry External IDs"
method: GET
path: "/api/public/v2/tool-registry/{tool_id}/external-ids"
tags: ["external-ids"]
---

# List Tool Registry External IDs

`GET /api/public/v2/tool-registry/{tool_id}/external-ids`

## Path parameters

- `tool_id` integer, required

## Response `200`

External IDs for the entity

- ExternalIdsListResponse
  - `success` true, required
  - `external_ids` ExternalId[], required
    - `source` string, required — The external system or namespace that owns the ID.
    - `external_id` string, required — The identifier for this entity in the external system.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Entity Not Found
- `422` — Validation Error

---

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