---
title: "Get receive folder form settings"
method: GET
path: "/forms"
tags: ["Form"]
---

# Get receive folder form settings

`GET /forms`

Get the information for the [file upload form](/docs/account/05-file-sharing/05-form-builder) assigned to a [receive folder](/docs/account/05-file-sharing/04-receive-folders) by its shareHash. The form details will return all the input field settings and the CSS for the form.

Use the `include` parameter (with the value **share**) to also get the details of the associated receive folder.

**Note**

- If you prefer to find a form by its ID, you can use the [GET /forms/{id}](#operation/getFormById) endpoint instead.

## Query parameters

- `shareHash` string, required
- `include` 'share'

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Response `200`

successful operation

- FormResponse — unresolved $ref

---

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