---
title: "Get Structure"
method: GET
path: "/api/v2/docgen/structure/{uuid}"
tags: ["api-v2-docgen"]
---

# Get Structure

`GET /api/v2/docgen/structure/{uuid}`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Successful Response

- DocumentGenerationStructureResponse
  - `uuid` string, uuid, required
  - `title` string, nullable
  - `published_content` PublishedContentResponse
    - `footer` object, nullable
    - `doc` object
    - `colorLibrary` string[], nullable
    - `designLibrary` object, nullable
    - `fontLibrary` object[], nullable
    - `defaultSettings` object, nullable

## Other responses

- `422` — Validation Error

---

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