---
title: "Get Report Instance by ID"
method: GET
path: "/reports/scheduled-reports/{scheduledReportId}/runs/{instanceRunId}"
tags: ["reports"]
---

# Get Report Instance by ID

`GET /reports/scheduled-reports/{scheduledReportId}/runs/{instanceRunId}`

Use this endpoint to get a scheduled report instance by it's instance run unique identifier. If the scheduled report requested is not available the response will be a not found error. If the instance of the scheduled report doesn't exists, the response will be a Not Found error

## Path parameters

- `scheduledReportId` string, uuid, required
- `instanceRunId` string, uuid, required

## Response `200`

OK

- ReportInstance
  - `reportId` string — The unique identifier of the report instance.
  - `date` string, date-time — The generation of the report date and time in ISO 8601. https://en.wikipedia.org/wiki/ISO_8601
  - `runInstanceId` string, uuid — The unique identifier of Report Recipient Instance.
  - `recipientsCount` integer — The amount of recipients within the scheduled report instance

## Other responses

- `204` — No Content
- `400` — Bad Request - The server cannot process the request due to a client error. Common causes: - Invalid request format - Missing required fields - Validation errors in the request data
- `401` — Unauthorized - Authentication is required or has failed. Common causes: - Missing API key - Invalid API key - Expired or deactivated API key
- `404` — Not Found - The requested resource does not exist. Common causes: - Invalid subscription ID - Subscription has been deleted - URL path contains typos or incorrect values

---

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