Skip to main content
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 the forms-read ability.

Request

Path Parameters

Query Parameters

Response

200 OK – Returns a paginated JSON response containing lightweight form summaries.
To get the full form including fields (properties), call the Get Form endpoint with the form’s slug or id.
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.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

workspaceId
number
required

ID of the workspace to retrieve forms from.

Query Parameters

page
number
default:1

Pagination page number

Required range: x >= 1
per_page
number
default:10

Number of forms per page

Required range: 1 <= x <= 100

Response

Successful

data
object[]
meta
object