v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
Monitors

List server monitors

List all monitors associated with the server.

Processing mode: <small><code>sync</code></small>

get/orgs/{organization}/servers/{server}/monitors

Path parameters

organizationstring required

The organization slug

serverinteger required

The server ID

Query parameters

sortstring

Available sorts are state, status, created_at, updated_at. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -state.

page[size]integer

The number of results that will be returned per page.

page[cursor]string

The cursor to start the pagination from.

filter[status]string
Example:installed

The status of the monitor.

filter[state]string
Example:OK

The state of the monitor.

filter[type]string
Example:cpu_load

The type of the monitor.

filter[notify]string
Example:taylor@laravel.com

The email address to notify when the monitor is in an alert state.

Response

Paginated set of MonitorResource