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

List monitors

||View as Markdown|
GET
https://core.usescout.sh/v1/monitors
GET
/v1/monitors
$curl https://core.usescout.sh/v1/monitors \
> -H "Authorization: Bearer <token>"
1[
2 {
3 "id": "mon-1f6c2d9a4b7e",
4 "query": "anthropic new model release",
5 "cadence": "daily",
6 "webhook": "https://example.com/hooks/scout",
7 "country": "us",
8 "language": "en",
9 "status": "active",
10 "metadata": {
11 "team": "research"
12 },
13 "createdAt": "2025-01-18T09:00:00+00:00",
14 "lastRunAt": "2025-01-20T09:00:00+00:00",
15 "nextRunAt": "2025-01-21T09:00:00+00:00",
16 "runs": 3
17 }
18]
Paginated list of monitors, newest first.
Was this page helpful?
Previous

Extract

Next

Create monitor

Built with

Authentication

AuthorizationBearer
Your API key, sent as a Bearer token.

Query parameters

limitintegerOptionalDefaults to 5
offsetintegerOptionalDefaults to 0

Response

Successful Response

Errors

422
Unprocessable Entity Error