---
title: "Retrieve a test session report. The report can be produced in either XML or PDF depending on the provided 'Accept' header (XML being the default)."
method: GET
path: "/tests/report/{sessionId}"
tags: ["Test sessions"]
---

# Retrieve a test session report. The report can be produced in either XML or PDF depending on the provided 'Accept' header (XML being the default).

`GET /tests/report/{sessionId}`

## Path parameters

- `sessionId` string, required

## Response `200`

Report successfully created.

## Other responses

- `404` — No test session was not found matching the provided identifier.
- `429` — Call rate limit threshold exceeded for this operation.
- `default` — The received request was invalid.

## Changes

- **2026-03-19** `7637660a4a6b` — 1 info
  - added the non-success response with the status `429`
- **2024-09-11** `ab3e369d868b` — 1 info
  - added the media type `application/pdf` for the response with the status `200`
- **2024-08-26** `47017afa7060` — 1 info
  - removed the non-success response with the status `400`
- **2024-04-12** `1c872f454715` — 3 info
  - added the optional property `metadata/specification` to the response with the `200` status
  - added the optional property `metadata/tags` to the response with the `200` status
  - added the optional property `metadata/version` to the response with the `200` status
- **2022-09-29** `544aabae878f` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/changes/tests/report/:sessionId/get.md)

---

[API](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api.md) · [All operations](https://skmtc.dev/ec-jrc/apis/interoperability-test-bed-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ec-jrc/interoperability-test-bed-rest-api/revisions/433b3c0ae6d4/schema)
