---
title: "Get report generation job"
method: GET
path: "/reports/{id}"
tags: ["Reports"]
---

# Get report generation job

`GET /reports/{id}`

## Path parameters

- `id` string, required — Report job identifier

## Response `200`

OK

- object
  - `id` string, required
  - `type` 'PAYOUT_STATEMENT' | 'PAYOUT_ORDER_BREAKDOWN' | 'PAYOUT_BOOKING_FEE_BREAKDOWN' | 'PAYOUT_ADJUSTMENT_BREAKDOWN' | 'EVENT_ORDERS', required
  - `status` 'QUEUED' | 'PROCESSING' | 'COMPLETED' | 'FAILED', required
  - `createdAt` string, required
  - `updatedAt` string, required
  - `expiresAt` string
  - `filename` string
  - `contentType` string
  - `sizeBytes` number
  - `error` string
  - `downloadUrl` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `412` — 412
- `422` — 422
- `429` — 429
- `500` — 500
- `501` — 501
- `503` — 503

## Changes

> 42 revisions in range; 2 not diffed.

- **2026-08-02** `84f157e4443a` — 1 info
  - added the non-success response with the status `412`

[Change history](https://skmtc.dev/session/apis/session-services-api/changes/reports/:id/get.md)

---

[API](https://skmtc.dev/session/apis/session-services-api.md) · [All operations](https://skmtc.dev/session/apis/session-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/session/session-services-api/revisions/dd6a9144105a/schema)
