---
title: "GET /documents/{id}/metadata"
method: GET
path: "/documents/{id}/metadata"
tags: ["documents"]
---

# GET /documents/{id}/metadata

`GET /documents/{id}/metadata`

## Path parameters

- `id` string, uuid, required

## Response `200`

Document metadata for the given id

- object
  - `fileName` string
  - `uploadedBy` string
  - `documentType` string
  - `source` string
  - `sourceAddress` string
  - `suggestedCategory` string
  - `userCategory` string
  - `targetMinister` string
  - `status` 'New' | 'Triaging' | 'Not Started' | 'In Progress' | 'Generating' | 'Complete'

## Changes

- **2024-05-10** `b28ef9fa4334` — 1 info
  - added the optional property `status` to the response with the `200` status

[Change history](https://skmtc.dev/defra/apis/coreai-mcu-documents/changes/documents/:id/metadata/get.md)

---

[API](https://skmtc.dev/defra/apis/coreai-mcu-documents.md) · [All operations](https://skmtc.dev/defra/apis/coreai-mcu-documents/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defra/coreai-mcu-documents/revisions/b28ef9fa4334/schema)
