> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Poll a partner's file-backed VAN inbound mailbox.

> Files fetched from the partner's VAN mailbox

### Path parameters

<ParamField path="id" type="string" required>
  Partner ID
</ParamField>

### Response

No response body. Files fetched from the partner's VAN mailbox.

### Status codes

| Code  | Meaning                                      |
| ----- | -------------------------------------------- |
| `200` | Files fetched from the partner's VAN mailbox |
| `404` | Unknown partner                              |

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
    --url 'https://edi.stateset.com/v1/partners/{id}/van/poll' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
