Count Forms
Get the total count of forms matching filter criteria, with optional grouping.
Query Parameters
status- Group by form statususer.{field}- Group by user field (e.g.,user.email)data.{field}- Group by data field (e.g.,data.property_type)
Response Structure
Without Grouping
With Grouping
Authorizations
API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}
Query Parameters
Filter by workspace slug
Filter by flow slug (single value or array)
Filter by flow customization UUID
Filter by owner email
Filter by user first name
Filter by user last name
Filter by user email
Filter by user phone number
Filter by archived status
Filter by active status
Filter by completed status
Filter by processed status
Filter using advanced JSON syntax. If specified, will ignore all other filter parameters. See the Advanced Filters guide for more information.
Group counts by field (e.g., 'status', 'user.email', 'data.field')