> ## 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.

# List Contact Applications

> List form submissions made by a contact

# List Contact Applications

Returns the form submissions (applications) made by a given contact.

**Required scopes:** `contacts:read` and `applications:read`

## Path Parameters

<ParamField path="contactId" type="string" required />

## Query Parameters

<ParamField query="page" type="integer" default="1" />

<ParamField query="page_size" type="integer" default="50">Maximum: `200`.</ParamField>

## Response

Each item in `data` is an [Application object](/api-reference/applications/list-applications).
