# Get Form List **GET /transactions/{transactionId}/forms** Returns the list of forms for a given transaction. Forms are distinguished by `contentType` having a value of `form`. ## Servers - Production: https://ws.zipformplus.com/api (Production) - Staging/QA: https://api.pre.zipformplus.com/api (Staging/QA) ## Authentication methods - Context auth ## Parameters ### Path parameters - **transactionId** (string(uuid)) Transaction GUID ## Responses ### 200 Form list returned successfully #### Body: application/json (object) - **value** (array[object]) ### 401 Unauthorized ### 404 Transaction not found [Powered by Bump.sh](https://bump.sh)