---
title: "List agents in a registry"
method: GET
path: "/registries/{slug}/agents"
tags: ["Registries"]
---

# List agents in a registry

`GET /registries/{slug}/agents`

List agents in a registry

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Approved, reachable agents. Empty for an unknown or private registry.

- object
  - `success` true, required
  - `meta` object, required
    - `total` integer, required — Total number of matching records
    - `limit` integer, required — Page size used for this request
    - `cursor` string, nullable, required — Cursor for the next page, or null if no more results
  - `data` object[], required
    - `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.

---

[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)
