> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gomry.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Form

> Retrieve a single form by ID

# Get Form

Returns a single form by ID. The form's `questions` schema lets you interpret application answers.

**Required scope:** `forms:read`

## Path Parameters

<ParamField path="formId" type="string" required>The form's unique ID.</ParamField>

## Response

<ResponseField name="data" type="object">See [List Forms](/api-reference/forms/list-forms) for the full schema.</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl -H "X-API-KEY: your_api_key" "https://www.gomry.com/api/v1/forms/FORM_ID"
  ```
</RequestExample>
