> ## 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.

# Outbound AS2 deliveries and their status (pending / delivered / failed),

> scoped to the caller's tenant. Payloads are redacted.

scoped to the caller's tenant. Payloads are redacted.

### Response

No response body. Tracked AS2 deliveries with retry status.

### Status codes

| Code  | Meaning                                  |
| ----- | ---------------------------------------- |
| `200` | Tracked AS2 deliveries with retry status |
| `403` | Admin credential required                |

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