---
title: "Get Agent Generation"
method: GET
path: "/v1/agents/generations/{generation_id}"
tags: ["Agents"]
deprecated: true
---

# Get Agent Generation

`GET /v1/agents/generations/{generation_id}`

> **Deprecated.**

Get Agent Generation

## Path parameters

- `generation_id` string, uuid, required

## Response `200`

Successful Response

- TemplateGenerationResponsePublicV1
  - `agent_name` string, nullable
  - `completed_at` string, date-time, nullable
  - `created_at` string, date-time, nullable
  - `error` string, nullable
  - `generated_version` TemplateVersionResponsePublicV1
    - `agent_name` string, required
    - `created_at` string, date-time, required
    - `id` string, uuid, required
    - `input_schema` object, required
    - `metadata` TemplateVersionMetadataPublicV1, required
      - `data_source` string, nullable
      - `description` string, nullable
      - `display_name` string, nullable
      - `domain` string, nullable
      - `entity_type` string, nullable
      - `tags` string[]
      - `vertical` string, nullable
    - `output_schema` object, required
    - `samples` TemplateSamplePublicV1[], nullable
      - `input` unknown
      - `output` unknown
    - `version_number` integer, required
  - `generated_version_id` string, uuid, nullable
  - `id` string, uuid, required
  - `source_version_id` string, uuid, nullable
  - `started_at` string, date-time, nullable
  - `status` string, required
  - `summary` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-20** `d4e4f170f4f4` — 1 warning, 4 info
  - deleted the `cookie` request parameter `token`
  - api operation id `get_generation_v2_templates_generations__generation_id__get` removed and replaced with `get_template_generation_public_v1_api_v1_public_templates_generations__generation_id__get`
  - endpoint deprecated
  - added `#/components/schemas/TemplateVersionResponsePublicV1` to the `generated_version` response property `anyOf` list for the response status `200`
  - …1 more
- **2026-07-12** `e8a97dc9fce2` — 2 info
  - added `#/components/schemas/CrustAgentVersionResponse` to the `generated_version` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/AgentVersionResponse` from the `generated_version` response property `anyOf` list for the response status `200`
- **2026-06-10** `421a9851d61b` — 1 breaking, 1 warning, 1 info
  - removed the required property `generated_version/anyOf[subschema #1: AgentVersionResponse]/steps` from the response with the `200` status
  - removed the optional property `generated_version/anyOf[subschema #1: AgentVersionResponse]/output_sample_data` from the response with the `200` status
  - added the optional property `generated_version/anyOf[subschema #1: AgentVersionResponse]/samples` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/nimbleway/apis/api-gateway/changes/v1/agents/generations/:generation_id/get.md)

---

[API](https://skmtc.dev/nimbleway/apis/api-gateway.md) · [All operations](https://skmtc.dev/nimbleway/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nimbleway/api-gateway/revisions/d1947ec7af21/schema)
