Skip to main content
GET
List content signal events

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Query Parameters

account_id
string

Target account UUID. Required for staff callers; ignored for customer API keys.

signal_id
string

Only return engagers surfaced by this signal. Omit for every signal on the account.

since
string<date-time>

Only return events detected at or after this RFC3339 timestamp. Prefer the cursor for sequential polling.

Example:

"2026-09-01T00:00:00Z"

cursor
string

Pagination cursor from a previous call. Save next_cursor and pass it back unchanged to fetch what has arrived since.

limit
integer<int32>
default:100

Maximum events to return.

Required range: 1 <= x <= 500

Response

OK

events
object[] | null
required

Events in detection order, oldest first.

has_more
boolean
required

True when more events are already waiting. False means you are caught up, not that the feed has ended.

next_cursor
string

Pass back unchanged to fetch events detected after this page. Returned on every non-empty page, including the last.