---
title: "List Registries"
method: GET
path: "/v1/workspaces/{workspace}/registries/"
tags: ["v1", "protected", "registries"]
---

# List Registries

`GET /v1/workspaces/{workspace}/registries/`

## Path parameters

- `workspace` string, required — Slug of the workspace the request acts in

## Query parameters

- `active_only` boolean
- `registry_type` string, nullable

## Response `200`

Successful Response

- RegistryResponse[]
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `is_active` boolean, required
  - `item_count` integer, required
  - `last_sync_error` string, nullable, required
  - `last_synced_at` string, nullable, required
  - `name` string, required
  - `recommendation_priority` integer, required
  - `registry_type` string, required
  - `source_type` string, required
  - `source_url` string, required
  - `sync_mode` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-26** `d3ad8e1a3681` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/workspaces/:workspace/registries/get.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agentarea/apis/agentarea-api/revisions/286327d8bd86?raw)
