Skip to main content
GET
Tail and filter recent CDP events (Source Debugger)

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

type
string

Filter by event kind (e.g. track, identify).

event_name
string
source
string
user_id
string
anonymous_id
string
contact_id
string
message_id
string
spillover_status
enum<string>
Available options:
inline,
spilled,
spillover_failed
q
string

Free-text substring match across identity columns and the properties/context JSONB.

after
string<date-time>

Legacy bare cursor — return only events strictly newer than this timestamp.

before
string<date-time>
after_cursor
string

Composite keyset cursor for live-tailing — echo the previous response's after_cursor.

before_cursor
string

Composite keyset cursor for loading older events — echo the previous response's before_cursor.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

A page of matching events plus tail cursors and bot-filter counts.

data
object
meta
object