---
title: "List server monitors"
method: GET
path: "/orgs/{organization}/servers/{server}/monitors"
tags: ["Monitors"]
---

# List server monitors

`GET /orgs/{organization}/servers/{server}/monitors`

List all monitors associated with the server.

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

## Path parameters

- `organization` string, required
- `server` integer, required

## Query parameters

- `sort` string
- `page[size]` integer
- `page[cursor]` string
- `filter[status]` string
- `filter[state]` string
- `filter[type]` string
- `filter[notify]` string

## Response `200`

Paginated set of `MonitorResource`

## Other responses

- `403` — Authorization error
- `404` — Not found

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
