---
title: "Get response details"
method: GET
path: "/forms/{formId}/responses/{responseId}"
tags: ["Responses"]
---

# Get response details

`GET /forms/{formId}/responses/{responseId}`

Retrieves a specific response. Requires ANALYZE permission or ownership of the response.

## Response `200`

Response details.

- Response
  - `id` string, required
  - `form` string, ulid, required
  - `respondent` string, ulid, nullable
  - `status` 'draft' | 'completed' | 'edited', required
  - `started` string, date-time, required
  - `submitted` string, date-time, nullable
  - `edited` string, date-time, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2025-07-14** `3fcd68b489c2` — 1 info
  - added the optional property `edited` to the response with the `200` status
- **2025-07-14** `de597e8f26bc` — 2 warning, 1 info
  - added the new `draft` enum value to the `status` response property for the response status `200`
  - added the new `edited` enum value to the `status` response property for the response status `200`
  - removed the `in_progress` enum value from the `status` response property for the response status `200`
- **2025-07-13** `0d7f3c750979` — 2 warning, 2 info
  - removed the optional property `edited` from the response with the `200` status
  - added the new `in_progress` enum value to the `status` response property for the response status `200`
  - removed the `draft` enum value from the `status` response property for the response status `200`
  - removed the `edited` enum value from the `status` response property for the response status `200`

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/forms/:formId/responses/:responseId/get.md)

---

[API](https://skmtc.dev/osdg-iiith/apis/forms-portal-api.md) · [All operations](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/osdg-iiith/forms-portal-api/revisions/85c657c8ce11/schema)
