Skip to main content
GET
List email activity

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Query Parameters

state
string | null

Optional attention-state filter (handled / awaiting_review / unrouted).

endpoint_id
string<uuid> | null

Optional endpoint filter.

limit
integer<int64> | null
offset
integer<int64> | null
sort
string | null

recent (default, newest first) or oldest.

Response

Inbound + outbound email activity (scoped to the caller)

Activity list response: one page of rows + the total count over the whole (scoped + filtered) set, so the UI can render "page X of Y".

rows
object[]
required
total
integer<int64>
required