---
title: "Get Registry Index"
method: GET
path: "/registries/{owner}/index.json"
tags: ["Registries"]
---

# Get Registry Index

`GET /registries/{owner}/index.json`

## Path parameters

- `owner` string, required

## Response `200`

Retrieved

- RepositoryIndex — A searchable index for a Queenbee Plugin and Recipe repository
  - `type` string
  - `annotations` object — An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries.
  - `api_version` string
  - `generated` string, date-time — The timestamp at which the index was generated
  - `metadata` RepositoryMetadata — BaseModel with functionality to return the object as a yaml string.
    - `type` string
    - `annotations` object — An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries.
    - `name` string — The name of the repository
    - `description` string — A short description of the repository
    - `source` string — The source path (url or local) to the repository
    - `plugin_count` integer — The number of plugins hosted by the repository
    - `recipe_count` integer — The number of recipes hosted by the repository
  - `plugin` object — A dict of plugins accessible by name. Each name key points to a list of plugin versions
  - `recipe` object — A dict of recipes accessible by name. Each name key points to a list of recipesversions

## Other responses

- `422` — Validation Error

---

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