---
title: "Get report debug info"
method: GET
path: "/v4/reports/{reportId}/debug"
tags: ["Reports"]
---

# Get report debug info

`GET /v4/reports/{reportId}/debug`

Returns internal debug information for the report run identified by its report ID. Restricted to client superusers.

## Path parameters

- `reportId` string, required

## Response `200`

Successful response

- ReportDebugResponse
  - `debug_message` string, nullable, required
  - `error_code` string, nullable, required
  - `error_message` string, nullable, required
  - `report_id` string, required
  - `status` 'CANCELED' | 'DONE' | 'EXPIRED' | 'FAILED' | 'IN_PROGRESS' | 'PENDING' | 'PENDING_DATA' | 'SFTP_DELIVERY_FAILED', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

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