---
title: "Get monitors"
method: GET
path: "/api/synthetics/monitors"
tags: ["synthetics"]
---

# Get monitors

`GET /api/synthetics/monitors`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/synthetics/monitors</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

Get a list of monitors.
You must have `read` privileges for the Synthetics feature in the Observability section of the Kibana feature privileges.

## Query parameters

- `filter` string
- `locations` union
  - string
  - string[]
- `monitorTypes` union
  - 'browser' | 'http' | 'icmp' | 'tcp'
  - string[]
- `page` integer
- `per_page` integer
- `projects` union
  - string
  - string[]
- `query` string
- `schedules` union
  - string[]
  - string
- `sortField` 'name' | 'createdAt' | 'updatedAt' | 'status'
- `sortOrder` 'asc' | 'desc'
- `status` union
  - string[]
  - string
- `tags` union
  - string
  - string[]
- `useLogicalAndFor` union
  - 'tags' | 'locations'
  - string[]

## Response `200`

A successful response.

- object

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/deb2e8b751e7/schema)
