v1
latestOpenAPI 3.1.02026-07-243113441.2 MBCompany Forms
Get all company forms
Get a list of all company's forms
Related guides
scope: company_forms:read
get/v1/companies/{company_id}/forms
Path parameters
company_idstring required
The UUID of the company
Query parameters
sort_bystring
Example:created_at:asc
Sort by one or more fields. Options: created_at, name, year, quarter, draft, document_content_type. Append :asc or :desc to specify direction (e.g., created_at:asc). Defaults to ascending.
pageinteger
The page that is requested. When unspecified, will load all objects unless endpoint forces pagination.
perinteger
Number of objects per page. For majority of endpoints will default to 25
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Response
Success