---
title: "Submit response"
method: POST
path: "/forms/{formId}/responses/{responseId}/submit"
tags: ["Responses"]
---

# Submit response

`POST /forms/{formId}/responses/{responseId}/submit`

Finalizes a response by changing its status to 'completed'. Requires ownership of response.

## Request body

- ResponseSubmit
  - `save` boolean, required

## Response `200`

Response submitted successfully.

- 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-20** `5477160a3bc8` — 1 breaking
  - added required request body
- **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` — 1 breaking, 2 warning, 2 info
  - removed the request body
  - 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`
  - …1 more

[Change history](https://skmtc.dev/osdg-iiith/apis/forms-portal-api/changes/forms/:formId/responses/:responseId/submit/post.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)
