---
title: "Get Catalog"
method: GET
path: "/v1/agents/catalog"
tags: ["Agents"]
---

# Get Catalog

`GET /v1/agents/catalog`

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- AgentCatalogOut — Per-agent-type catalog: keyed by agent_type_id, each entry carries the current version and the plans available for that type.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error

---

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