---
title: "Retrieving Submission XML"
method: GET
path: "/v1/projects/{projectId}/forms/{xmlFormId}/submissions/{instanceId}.xml"
tags: ["Submissions"]
---

# Retrieving Submission XML

`GET /v1/projects/{projectId}/forms/{xmlFormId}/submissions/{instanceId}.xml`

To retrieve the XML of the `Submission`, just append `.xml` to the end of the request URL.

## Path parameters

- `projectId` number, required
- `xmlFormId` string, required
- `instanceId` string, required

## Response `200`

OK

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Retrieving Submission XML` removed and replaced with `retrieveSubmissionXml`
- **2025-03-13** `e8c2858fd4eb` — 1 info
  - api operation id `retrieveSubmissionXml` removed and replaced with `Retrieving Submission XML`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/submissions/:instanceId.xml/get.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/d4f5ba77f644/schema)
