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 monitor events

||View as Markdown|
GET
https://core.usescout.sh/v1/monitors/:monitor_id/events
GET
/v1/monitors/:monitor_id/events
$curl https://core.usescout.sh/v1/monitors/monitor_id/events \
> -H "Authorization: Bearer <token>" \
> -H "Content-Type: application/json"
1{
2 "items": [
3 {
4 "id": "evt-9f8b7c6d5a4e",
5 "monitor_id": "mon-3a2b1c4d5e6f",
6 "event_group_id": "grp-7d8e9f0a1b2c",
7 "summary": "5 new results for 'AI advancements in 2024'.",
8 "event_date": "2024-05-10T14:45:00+00:00"
9 }
10 ],
11 "total": 1,
12 "limit": 1,
13 "offset": 1
14}
Was this page helpful?
Previous

Update monitor

Next

Monitor Pause

Built with

Authentication

AuthorizationBearer
Your API key, sent as a Bearer token.

Path parameters

monitor_idstringRequired

Query parameters

limitintegerOptionalDefaults to 50
offsetintegerOptionalDefaults to 0
cursorstring or nullOptional

Response

Successful Response
itemslist of objects
totalinteger
limitinteger
offsetinteger
next_cursorstring or null

Errors

422
Unprocessable Entity Error