---
title: "Run a monitor now"
method: POST
path: "/monitors/{monitor_id}/run"
tags: ["Monitors"]
---

# Run a monitor now

`POST /monitors/{monitor_id}/run`

Triggers an immediate run of the monitor outside its normal schedule. The run is queued and processed asynchronously.

## Path parameters

- `monitor_id` string, required

## Response `202`

Run queued

- MonitorsRunNowResponse
  - `monitor_id` string, required
  - `run_id` string, required — The queued run. Poll GET /monitors/{monitor_id}/runs or use it to correlate results.
  - `queued` boolean, required

## Other responses

- `401` — Unauthorized
- `404` — Not found

## Changes

> 26 revisions in range; 19 could not be searched.

- **2026-07-31** `f5c503b03f98` — 8 warning
  - added the new `BATCH_LIMIT_EXCEEDED` enum value to the `error_code` response property for the response status `401`
  - added the new `BATCH_LIMIT_EXCEEDED` enum value to the `error_code` response property for the response status `404`
  - added the new `BATCH_NOT_CANCELLABLE` enum value to the `error_code` response property for the response status `401`
  - added the new `BATCH_NOT_CANCELLABLE` enum value to the `error_code` response property for the response status `404`
  - …4 more
- **2026-07-26** `35f1d8d4ea26` — 4 warning
  - added the new `MONITOR_NO_WEBHOOK` enum value to the `error_code` response property for the response status `401`
  - added the new `MONITOR_NO_WEBHOOK` enum value to the `error_code` response property for the response status `404`
  - added the new `PAID_PLAN_REQUIRED` enum value to the `error_code` response property for the response status `401`
  - added the new `PAID_PLAN_REQUIRED` enum value to the `error_code` response property for the response status `404`
- …earlier changes not shown

[Full history](https://skmtc.dev/context/apis/context-dev/changes/monitors/:monitor_id/run/post.md)

---

[API](https://skmtc.dev/context/apis/context-dev.md) · [All operations](https://skmtc.dev/context/apis/context-dev/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/context/context-dev/revisions/1febe5476266/schema)
