User email reach history (outbound events ∪ inbound messages, cursor-paginated)
Requires VIEWER.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Project (tenant) identifier. Row-level tenant isolation is enforced on every query.
userId
required
string
Identified user identifier.
Query Parameters
Section titled “Query Parameters”limit
integer
cursor
Base64url-encoded { occurredAt, id }.
string
Responses
Section titled “Responses”Reach items + nextCursor.
Media typeapplication/json
object
items
Array<object>
object
key
additional properties
any
nextCursor
string | null
Invalid cursor (error=cursor_invalid).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Not authenticated (401 via requireAuthenticated) or insufficient project role (403).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Resource not found (or cross-tenant — same 404).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}