---
title: "Get application presentations"
method: GET
path: "/applications/{id}/presentations"
tags: ["Applications"]
---

# Get application presentations

`GET /applications/{id}/presentations`

Retrieve available exported candidate presentations for a specific application.

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved available application presentations

- ApplicationReportDto[]
  - `id` string, required
  - `applicationId` string, required
  - `language` string, required
  - `anonymized` boolean, required
  - `attachment` ApplicationReportAttachmentDto, required
    - `id` string, required
    - `name` string, nullable, required
    - `createdAt` string, date-time, required
    - `extension` string, nullable, required
    - `size` integer, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Application not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
