---
title: "Gets all forms a user has submitted"
method: GET
path: "/pd"
tags: ["Pd"]
---

# Gets all forms a user has submitted

`GET /pd`

**Auth:** Authenticated - any signed-in user.

Returns all forms based on the user's email. Uses the optional email query param, falling back to the caller's own email.

## Query parameters

- `email` string, nullable

## Response `200`

Successfully retrieved forms

## Other responses

- `400` — An Error Occurred - Could not retrieve forms
- `401` — Unauthorized

---

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