List Generated Forms
Lists a company’s generated forms — instances produced from form
templates against specific records — as opposed to the template library
that GET /forms lists. Paginated.
Each item carries the generated form’s id, name, category, the
templateId it was generated from, bound (whether a finalized copy
exists alongside the editable draft), and timestamps.
Narrow the result with the optional category query parameter.
totalCount is the number of generated forms matching the filters across
all pages.
Required permission: forms:read
Authorizations
API key authentication. Send your raw API key as the Authorization header value with NO scheme prefix — Authorization: YOUR-API-KEY. Do NOT prefix it with Bearer or ApiKey, and do not use an X-API-Key header; those are not accepted.
Path Parameters
Company identifier
Query Parameters
Page number (1-based, default 1).
x >= 1Number of records per page (default 50).
x >= 1When set, return only generated forms of this category.
event, quote-flow, quote-bind-flow, unknown 