---
title: "Get Catalogs"
method: GET
path: "/catalogs"
---

# Get Catalogs

`GET /catalogs`

Retrieves a list of available catalogs for the authenticated user.

## Headers

- `Accept` 'application/json', required
- `x-api-key` string, required

## Response `200`

A list of catalogs retrieved successfully.

- object
  - `data` object[]
    - `uuid` string — The UUID of the catalog.
    - `name` string — The name of the catalog.
    - `type` string — The type of the catalog (e.g., custom, default).
    - `created_at` string, date-time — The creation time of the catalog.
    - `created_at_timestamp` integer — The creation time of the catalog in UNIX timestamp format.
  - `success` boolean — Indicates if the operation was successful.
  - `message` string — A message about the operation.

## Other responses

- `400` — Bad request due to invalid input parameters.
- `401` — Unauthorized request, invalid or missing API key.

---

[API](https://skmtc.dev/dynamicmockups/apis/dynamic-mockups-mockanything-ai-api.md) · [All operations](https://skmtc.dev/dynamicmockups/apis/dynamic-mockups-mockanything-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dynamicmockups/dynamic-mockups-mockanything-ai-api/revisions/5582facc8ca8/schema)
