---
title: "Get Figure"
method: GET
path: "/figures/{figure_id}"
tags: ["Figures"]
---

# Get Figure

`GET /figures/{figure_id}`

Get figure status and content.

## Path parameters

- `figure_id` string, required

## Response `200`

Successful Response

- RoutersFiguresFigureResponse
  - `id` string, required
  - `status` string, required
  - `content` string, nullable
  - `code` string, nullable
  - `description` string, nullable
  - `error_message` string, nullable
  - `reprompted_from_id` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `can_retry` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
