---
title: "Resolve a registry handle to its agent"
method: GET
path: "/registries/{slug}/agents/{handle}"
tags: ["Registries"]
---

# Resolve a registry handle to its agent

`GET /registries/{slug}/agents/{handle}`

Resolve a registry handle to its agent

## Response `200`

The agent listing under the handle

- object
  - `success` true, required
  - `data` object, required — An agent's public directory profile.
    - `address` string, required
    - `display_name` string, required
    - `title` string, nullable, required
    - `description` string, nullable, required
    - `tags` string[], required
    - `handle` string, nullable, required — The registry-scoped name. Null on the global by-address read.
    - `last_reachable_at` string, date-time, nullable, required — When the agent's address was last confirmed to still route to its endpoint. A freshness signal for ranking listings; null until the first check.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/primitive/apis/primitive-api.md) · [All operations](https://skmtc.dev/primitive/apis/primitive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primitive/primitive-api/revisions/c2299d28022c/schema)
