---
title: "Fetch Form Submission"
method: GET
path: "/form_submissions/{id}"
tags: ["FormSubmission"]
---

# Fetch Form Submission

`GET /form_submissions/{id}`

Retrieve a form submission. This is a record of a form submission, including the submitted standard and custom fields. Please refer to the `Form` and `Forms::Submission` resources if you would like to submit forms programmatically.

## Path parameters

- `id` string, required

## Response `200`

OK

- FormSubmissionAttributes — Form submissions
  - `id` integer — The unique identifier for the form submission
  - `public_id` string, nullable — The unique public identifier for the form submission
  - `contact_id` integer, nullable — The unique identifier of the contact who submitted the form
  - `workspace_id` integer — The unique identifier of the workspace that the form was part of
  - `page_id` integer, nullable — The unique identifier of the page that the form was on
  - `created_at` string, nullable — The date and time the form was submitted
  - `updated_at` string, nullable — The date and time the form submission was last updated
  - `data` object — The dynamic form field data submitted by the user. The HTML form input field names build the keys of this object, and the user's HTML inputs are the values.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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