# Get Library Details **GET /v2/formlibraries/{folderId}** Returns details for a specific 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 ## Responses ### 200 Form library details returned successfully #### Body: application/json (object) - **folderId** (integer) Form-library folder identifier - **name** (string) Name of the form library folder - **description** (string) Description of the form library folder ### 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)