# Retrieve status for multiple forms

Source: https://developer.avalara.com/products/avalara-1099-and-w9/integration-guides/1099-and-w-9/uzm7369218700190/

Guide: 1099 & W-9

# Retrieve status for multiple forms

Learn how to retrieve the status of multiple forms using filtering and pagination options.

**Endpoint**: `GET /w9/forms`

This endpoint supports filtering and pagination. It’s suitable for dashboards, audits, or reports. You can filter by:

-   `companyId`
-   `companyName`
-   `groupName`
-   `createdAt` and `updatedAt`
-   `type`, `entryStatus`, `email`, or any other form field

**Example**:

```
GET /w9/forms?companyId=26494708&entryStatus=signed&createdAt>=2025-08-01
```

This enables batch processing and monitoring of form activity across your entire company or a group of companies.