# List email bounces

`GET https://{domain}/api/v1/usuario/bounce`

Operation ID: `email_bounces.list` · API v1

Lists emails to students that were deferred, bounced, dropped or marked as spam, newest first, 150 per page. Addresses cleared with the update operation are left out.

The list is nested twice: `data.bounces.bounces`.

## Parameters

| Name | In | Type | Required | Description |
|---|---|---|---|---|
| `cursor` | query | string | no | Opaque page cursor. Do not build it: follow nextpageurl and prevpageurl from the previous page. |

## Responses

### 200

A page of bounces.

Body: object.

### 401

The Authorization header is missing, or the key does not exist or was deleted.

Body: HandlerError.

Full schema: https://cademi.dev/openapi/v1.json
