List Forms
Paginated list of forms on your team, sorted by creation date (newest first). Includes archived forms.
Authentication
PINNACLE-API-KEYstring
API Key authentication via header
Request
This endpoint expects an object.
pageIndex
Zero-based page index.
pageSize
Number of forms to return in a single page. Max 100.
Response
Paginated list of forms.
data
Forms on this page, newest first.
hasMore
True if there are more pages after this one. Fetch the next page by incrementing pageIndex.
count
Number of forms returned in data. Always equals data.length.
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

