List Workspace Forms
Forms
List Workspace Forms
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.
GET
List Workspace Forms
Retrieve all forms within a specific workspace.
This endpoint returns lightweight form summaries optimized for listing. The
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.Authentication & Scope
This request must be authenticated using a Personal Access Token that includes theforms-read ability.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| workspaceId | number | ID of the workspace to retrieve forms from. |
Query Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
| page | number | Page number for pagination. | 1 |
Response
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.