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

# ListAlertsRequest

> TypeScript request type for the HoneyHive API

## Properties

### limit?

> `optional` **limit?**: `number`

#### Description

Number of alerts to return per page

***

### page?

> `optional` **page?**: `number`

#### Description

1-indexed page number

***

### project\_id

> **project\_id**: `string`

#### Description

The unique identifier of the project whose alerts are listed

***

### sort\_by?

> `optional` **sort\_by?**: `"created_at"` | `"updated_at"` | `"name"` | `"status"` | `"frequency"` | `"last_triggered"`

#### Description

Field to sort results by

***

### sort\_order?

> `optional` **sort\_order?**: `"asc"` | `"desc"`

#### Description

Sort order

***

### status?

> `optional` **status?**: `"ACTIVE"` | `"TRIGGERED"` | `"PAUSED"` | `"RESOLVED"`

#### Description

Only return alerts in this status


## Related topics

- [Alerts Methods](/v2/control-plane-sdk-reference/typescript/ref/alerts/index.md)
- [Alerts](/v2/cli-reference/ref/alerts.md)
- [List alerts](/v2/control-plane-api-reference-autogen/alerts/list-alerts.md)
