Previous API version. Use GET /forms for new integrations. This route still works but is deprecated.
Retrieve a list of requests (now called forms) matching specific criteria.
Query Parameters
The filter object accepts the same keys as the current endpoint: company.slug, flow.slug, user, owner.email, active, archived, completed, processed, and external_args. See the Advanced Filters guide.
Response
Unlike the current GET /forms endpoint, this route returns a bare JSON array with no pagination meta envelope.
Example
Response Codes