---
title: "Get completed questionnaire"
method: GET
path: "/questionnaires/{id}/"
tags: ["Questionnaires"]
---

# Get completed questionnaire

`GET /questionnaires/{id}/`

Gets a signed URL for a completed questionnaire by ID.

The URL can be used to download the completed questionnaire file.

The URL is valid for 60 minutes.

## Path parameters

- `id` string, uuid, required — The target questionnaire ID

## Response `200`

Successful operation

- object
  - `ok` boolean
  - `result` object
    - `url` string — Signed URL for the completed questionnaire

## Other responses

- `400` — Invalid request
- `403` — Invalid api key / missing scope
- `404` — Not found or no access
- `405` — Method not allowed

---

[API](https://skmtc.net/safebase/apis/safebase-api-documentation.md) · [All operations](https://skmtc.net/safebase/apis/safebase-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safebase/safebase-api-documentation/revisions/019289073242/schema)
