---
title: "Get the current status of the generated report."
method: GET
path: "/api/v2/companies/{id}/report-status"
tags: ["Company Report"]
---

# Get the current status of the generated report.

`GET /api/v2/companies/{id}/report-status`

Get the current progress status of the generated report.

## Path parameters

- `id` integer, required

## Query parameters

- `token` string, required

## Response `200`

Success

- object
  - `Status` 'Queued' | 'Processing' | 'Ready' | 'Archived' | 'Failed' | 'Deleted' — The current status of the report associated with the token. Explanations of the possible statuses are; <br/> Queued: The report generation request has been received and is waiting to be processed,<br/> Processing: The report is currently being generated, <br/> Ready: The report has been successfully generated and is ready for download, <br/> Archived: The generated report is automatically deleted 30 days after creation, <br/> Failed: The report generation process encountered an error and did not complete, <br/> Deleted: The file has been removed and is no longer available <br/>
  - `ExpirationDate` string, date-time — The expiration date of the report to be prepared.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `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/7dadaba760fb/schema)
