Skip to main content
GET
List monitor events

GET /api/v1/monitors/:id/events

List events detected by a monitor.
Retrieve events (posts, mentions, profile changes) detected by a monitor.

Example

Authorizations

X-Access-Key
string
header
required

The public API key from the Credentials page.

X-Secret-Key
string
header
required

The API secret shown when the credential is created.

Path Parameters

id
string
required

Monitor ID.

Query Parameters

limit
number

Response

Monitor events with pagination.

data
object[]
required
next_cursor
string | null
required