---
title: "Get receive folder form by Id"
method: GET
path: "/forms/{id}"
tags: ["Form"]
---

# Get receive folder form by Id

`GET /forms/{id}`

Returns 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). The form details will return all the input fields and their settings. 

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

**Note**

If you prefer to find a form by its shareHash, you can use the [GET /forms](#operation/getFormByShareHash) endpoint instead.

## Query parameters

- `include` string

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