---
title: "Returns a submission with its list of sections"
method: GET
path: "/submissions/{submissionId}"
tags: ["Submissions"]
---

# Returns a submission with its list of sections

`GET /submissions/{submissionId}`

## Path parameters

- `submissionId` string, required

## Response `200`

success

- Submission
  - `grantSchemeId` string
  - `grantApplicationId` string
  - `grantSubmissionId` string
  - `applicationName` string
  - `submissionStatus` 'IN_PROGRESS' | 'SUBMITTED' | 'UNDER_REVIEW' | 'AWARDED' | 'NOT_AWARDED' | 'WITHDRAWN'
  - `sections` Section[]
    - `sectionId` string
    - `sectionTitle` string
    - `sectionStatus` string
    - `questionIds` string[]

## Other responses

- `400` — request not understood
- `401` — authentication failed
- `404` — supplied SubmissionID not found

---

[API](https://skmtc.dev/cabinet-office/apis/application-submission-api.md) · [All operations](https://skmtc.dev/cabinet-office/apis/application-submission-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabinet-office/application-submission-api/revisions/20400892dbd6/schema)
