> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# monitor_run

> Queue an immediate monitor check outside the schedule.

<div className="tool-route"><span className="tool-row-method" data-method="POST">POST</span><code>{"https://api.firecrawl.dev/v2/monitor/{monitorId}/run"}</code></div>

```python firecrawl_monitor_run.py theme={null}
from charter.packs import firecrawl

result = await firecrawl.monitor_run.ainvoke({"monitorId": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                             | Type     | Description    |
  | ----------------------------------------------------------------- | -------- | -------------- |
  | `monitorId` <span className="required" title="required">\*</span> | `string` | The monitor ID |
</div>
