# Get Forms Within a Library **GET /v2/formlibraries/{folderId}/forms/{formLib}** Returns a specific form within a form-library folder. ## Servers - https://api.pre.transactiondesk.com: https://api.pre.transactiondesk.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **folderId** (integer) Form-library folder identifier - **formLib** (string) Form identifier within the folder. Matching is case-insensitive. ## Responses ### 200 Form returned successfully #### Body: application/json (object) - **formLib** (string) Form identifier within the folder - **name** (string) Name of the form - **description** (string) Description of the form ### 401 Unauthorized #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array) - **data** () ### 404 Not found #### Body: application/json (object) - **code** (integer) - **message** (string) - **details** (array) [Powered by Bump.sh](https://bump.sh)