---
title: "Gets all documents for a specific assessment of a monitored company."
method: GET
path: "/api/v2/companies/{id}/assessments/{assessmentId}/documents"
tags: ["Assessment"]
---

# Gets all documents for a specific assessment of a monitored company.

`GET /api/v2/companies/{id}/assessments/{assessmentId}/documents`

Retrieves all documents for the specified assessment, including document metadata, summary, status, issuer, organization, and issues.

## Path parameters

- `id` integer, required
- `assessmentId` integer, required

## Response `200`

Assessment documents retrieved successfully.

- AssessmentDocument[]
  - `DocumentId` integer, required — Unique identifier for the document.
  - `Name` string — Name of the document including extension.
  - `Size` integer, nullable — Size of the document in bytes.
  - `UploadDate` string, date-time, nullable — Date and time when the document was uploaded.
  - `UploadedBy` string — User who uploaded the document. If the document was uploaded via the API, the value will be "API". If uploaded via the portal, the value will be the uploader's full name.
  - `Status` 'Waiting' | 'InProgress' | 'Completed' | 'ParseError' — Status of the document.
  - `Summary` string — Summary or description of the document.
  - `Date` string, date-time, nullable — Date of the document.
  - `DateSource` string — Source of the document date.
  - `ValidUntilDate` string, nullable — Date until which the document is valid.
  - `Type` string — Type/category of the document.
  - `IssuerName` string — Name of the issuer of the document.
  - `StatusMessage` string, nullable — Status message of the document.
  - `OrganizationName` string — Name of the organization related to the document.
  - `Issues` object[] — List of issues related to the document.
    - `Id` string — Unique identifier for the issue.
    - `Description` string — Description of the issue.
    - `Details` string — Detailed information about the issue.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `default` — Failure

---

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