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

# List Active Monitors

`GET /monitors`

Returns a list of monitors owned by the user.

## Query parameters

- `page` integer

## Response `200`

List of active monitors retrieved successfully

- object
  - `data` Monitor[], required
    - `id` string, required — Unique identifier for the monitor
    - `created_at` string, date-time, required — The UTC datetime when the monitor was created
    - `monitor_type` 'user_tweets' | 'user_following' | 'user_profile' | 'search_pump_fun', required — Type of monitor
    - `webhook_url` string, uri, nullable — Monitor-specific webhook URL that overrides the global webhook URL, if set
    - `parameters` object, required — Configuration parameters specific to the type of monitor
  - `meta` object, required
    - `page` integer — Current page number
    - `last_page` integer — Total number of pages
    - `items_count` integer — Total number of monitors

## Other responses

- `500` — API internal error

---

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