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

# Deliveries API

> List deliveries, inspect attempts, replay deliveries, and view DLQ records.

# Deliveries API

## List deliveries

```http theme={null}
GET /v1/deliveries
```

## Get delivery

```http theme={null}
GET /v1/deliveries/{delivery_id}
```

## List delivery attempts

```http theme={null}
GET /v1/deliveries/{delivery_id}/attempts
```

## Replay delivery

```http theme={null}
POST /v1/deliveries/{delivery_id}/replay
```

## List DLQ

```http theme={null}
GET /v1/dlq
```
