---
title: "Get Monitor Details"
method: GET
path: "/monitors/{monitor_id}"
tags: ["Monitoring API"]
---

# Get Monitor Details

`GET /monitors/{monitor_id}`

Returns details about a specific monitor.

## Path parameters

- `monitor_id` string, required

## Response `200`

Request succeeded

- object
  - `status` string
  - `data` Monitor — Represents a monitor configuration
    - `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

## Other responses

- `404` — Monitor not found
- `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)
