For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Overview
    • API reference
  • Search
    • POSTSearch
    • GETSearch Run List
    • GETSearch Run Get
    • GETSearch Run Events
    • POSTSearch Run Cancel
  • Extract
    • GETExtract a URL
    • POSTExtract
  • Monitors
    • GETList monitors
    • POSTCreate monitor
    • GETRetrieve monitor
    • DELDelete monitor
    • PATCHUpdate monitor
    • GETList monitor events
    • POSTMonitor Pause
    • POSTMonitor Resume
    • POSTRun monitor
  • Tasks
    • POSTTask
    • POSTCreate task run
    • GETRetrieve task run
    • GETStream task run events
    • GETTask List
    • GETTask Get
    • GETTask Events
    • POSTTask Cancel
  • Chat
    • POSTChat completion
  • Find All
    • POSTFindAll
    • GETFindall Run List
    • POSTCreate FindAll run
    • GETRetrieve FindAll run
    • GETStream FindAll run events
    • POSTCancel FindAll run
    • POSTExtend FindAll run
    • POSTEnrich FindAll run
LogoLogo
Monitors

Run monitor

||View as Markdown|
POST
https://core.usescout.sh/v1/monitors/:monitor_id/run
POST
/v1/monitors/:monitor_id/run
$curl -X POST https://core.usescout.sh/v1/monitors/monitor_id/run \
> -H "Authorization: Bearer <token>"
1{
2 "monitorId": "mon-1f6c2d9a4b7e",
3 "event": {
4 "id": "evt-7a2b9c3d1e5f",
5 "monitor_id": "mon-1f6c2d9a4b7e",
6 "event_group_id": "grp-4d8e2f1a",
7 "summary": "2 new results for 'anthropic new model release'.",
8 "event_date": "2025-01-20T09:00:00+00:00",
9 "source_urls": [
10 "https://www.anthropic.com/news/claude-opus",
11 "https://techcrunch.com/2025/01/20/anthropic-claude"
12 ],
13 "results": [
14 {
15 "url": "https://www.anthropic.com/news/claude-opus",
16 "title": "Introducing the next Claude model",
17 "excerpts": [
18 "The new model improves on coding and reasoning."
19 ],
20 "publishedDate": "2025-01-20"
21 }
22 ]
23 }
24}

Trigger a monitor run immediately (handy for testing).

Was this page helpful?
Previous

Monitor Resume

Next

Task

Built with

Authentication

AuthorizationBearer
Your API key, sent as a Bearer token.

Path parameters

monitor_idstringRequired

Response

Successful Response
monitorIdstring
eventobject or null

The change event, or null for a baseline / no-op run.

Errors

422
Unprocessable Entity Error