List a contact's recent activity
Contacts
List a contact's recent activity
Return a reverse-chronological feed of a contact’s recent activity — sent and received messages, call-log entries, conversation events and CDP events — as a single merged, cursor-paginated stream. Use it to render the contact-detail activity timeline. Pass limit (1-200, default 50) to size the page and send the returned next_cursor back as cursor to fetch older rows; next_cursor is null once the stream is exhausted.
GET
List a contact's recent activity
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Query Parameters
Maximum activity rows to return. Defaults to 50, capped at 200.
Required range:
1 <= x <= 200Opaque pagination cursor taken from a previous response's next_cursor.