---
title: "Form submission details"
method: GET
path: "/v1/form_submissions/{id}"
tags: ["Forms"]
---

# Form submission details

`GET /v1/form_submissions/{id}`

Shows details of a form submission

## Form Submission Attributes
* `name` (string) - The name of the person who submitted the form
* `email` (string) - The email address of the person who submitted the form
* `address_line_1` (string) - First line of address if provided
* `address_line_2` (string) - Second line of address if provided
* `address_city` (string) - City if provided
* `address_country` (string) - Country if provided
* `address_state` (string) - State if provided
* `address_zip` (string) - ZIP/postal code if provided
* `phone_number` (string) - Phone number if provided
* `business_number` (string) - Business number if provided
* `mobile_phone_number` (string) - Mobile phone number if provided

## Custom Fields
Form submissions may also include custom field values that were collected through the form.

## Relationships
Form submissions belong to:
* A site
* A form

## Include Related Resources
Use the `include` parameter to load related resources:
### Include site and form
* `GET /v1/form_submissions/123?include=site,form`

## Path parameters

- `id` string, required

## Query parameters

- `include` string

## Response `200`

Success, shows details of a form submission

## Other responses

- `401` — Unauthorized, Authorization header is missing or invalid
- `403` — Forbidden, insufficient permission to access the resource
- `404` — Form submission not found

---

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