---
title: "Trigger a Monitor"
method: POST
path: "/monitors/{id}/trigger"
tags: ["Monitors"]
---

# Trigger a Monitor

`POST /monitors/{id}/trigger`

Triggers a run immediately, regardless of the schedule. Works for monitors with status `active` or `paused`.

## Path parameters

- `id` string, required — The monitor ID

## Response `200`

Whether the monitor was triggered

- TriggerSearchMonitorResponse
  - `triggered` boolean, required — Whether the monitor was successfully triggered

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/versions/5c7114e0ef43/schema)
