Retrieve all forms within a specific workspace. Returns lightweight form summaries (excludes properties). Use the Get Form endpoint to retrieve the full form with all fields. Requires forms-read ability.
Retrieve all forms within a specific workspace.Documentation Index
Fetch the complete documentation index at: https://docs.opnform.com/llms.txt
Use this file to discover all available pages before exploring further.
properties array (form fields and blocks) is excluded to reduce response size. Use the Get Form endpoint to retrieve the complete form with all fields.forms-read ability.
| Parameter | Type | Description |
|---|---|---|
| workspaceId | number | ID of the workspace to retrieve forms from. |
| Parameter | Type | Description | Default |
|---|---|---|---|
| page | number | Page number for pagination. | 1 |
200 OK – Returns a paginated JSON response containing lightweight form summaries.
403 Forbidden – The token does not include the required forms-read ability, or you do not have access to the workspace.
404 Not Found – The workspace does not exist.