---
title: "Return information on a document."
method: GET
path: "/api/v1/Publications/{publicationId}/Documents/{documentId}"
tags: ["Documents"]
---

# Return information on a document.

`GET /api/v1/Publications/{publicationId}/Documents/{documentId}`

## Path parameters

- `publicationId` integer, required
- `documentId` integer, required

## Response `200`

OK

- PublicationDocument
  - `id` integer
  - `filename` string, nullable
  - `contentType` string, nullable
  - `contentLength` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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