---
title: "Get a specific workflow catalog by ID"
method: GET
path: "/workflow/catalog/{id}"
---

# Get a specific workflow catalog by ID

`GET /workflow/catalog/{id}`

## Path parameters

- `id` string, required

## Response `200`

The catalog

- object
  - `workflows` Workflow[] — Each workflow available in this catalog
    - `name` string, required — The name of the workflow
    - `description` string — The description of the workflow
    - `path` string — Absolute path to the workflow file
    - `inputSchema` JSONSchema
      - `$schema` string
      - `type` string
      - `properties` object
      - `items` JSONSchema — recursive
      - `required` string[]
      - `description` string
      - `additionalProperties` boolean
      - `propertyNames` object
        - `type` string
      - `anyOf` JSONSchema[]
    - `outputSchema` JSONSchema
      - `$schema` string
      - `type` string
      - `properties` object
      - `items` JSONSchema — recursive
      - `required` string[]
      - `description` string
      - `additionalProperties` boolean
      - `propertyNames` object
        - `type` string
      - `anyOf` JSONSchema[]
    - `aliases` string[] — Alternative names that resolve to this workflow

## Other responses

- `404` — Workflow execution, workflow type, or catalog not found
- `500` — Internal server error (e.g. Temporal connection failure)

## Changes

- **2026-04-13** `cf3be024b66f` — 1 info
  - added the optional property `workflows/items/aliases` to the response with the `200` status
- **2026-03-13** `0f0e49049ef1` — 1 warning
  - removed the optional property `workflows/items/aliases` from the response with the `200` status

[Change history](https://skmtc.dev/growthxai/apis/output-ai-api/changes/workflow/catalog/:id/get.md)

---

[API](https://skmtc.dev/growthxai/apis/output-ai-api.md) · [All operations](https://skmtc.dev/growthxai/apis/output-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/growthxai/output-ai-api/revisions/09a49e598435/schema)
