---
title: "List monitors"
method: GET
path: "/monitors"
tags: ["Monitors"]
---

# List monitors

`GET /monitors`

## Response `200`

Monitor list

- object
  - `monitors` Monitor[], required
    - `id` string, required
    - `username` string, required
    - `xUserId` string, required
    - `eventTypes` EventType[], required — Array of event types to subscribe to.
    - `isActive` boolean, required
    - `createdAt` string, date-time, required
    - `nextBillingAt` string, date-time, required — Next hourly credit charge time for this account monitor.
  - `total` integer, required

## Other responses

- `401` — Unauthenticated
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.

## Changes

- **2026-07-13** `83005363f122` — 2 breaking, 17 warning, 28 info
  - added `subschema #1: LegacyErrorCode, subschema #2: StructuredError` to the `error` response property `oneOf` list for the response status `401`
  - the `error` response's property type changed from `string` to no type for status `401`
  - added the new `profile.avatar.changed` enum value to the `monitors/items/eventTypes/items/` response property for the response status `200`
  - added the new `profile.banner.changed` enum value to the `monitors/items/eventTypes/items/` response property for the response status `200`
  - …43 more
- **2026-04-25** `2adc33156b4b` — 2 warning, 7 info
  - added the new `insufficient_credits` enum value to the `error` response property for the response status `401`
  - added the new `no_credits` enum value to the `error` response property for the response status `401`
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `oauthBearer` was added to the API
  - …5 more

[Change history](https://skmtc.dev/xquik-dev/apis/xquik-api/changes/monitors/get.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xquik-dev/xquik-api/revisions/83005363f122/schema)
