Skip to content

User email reach history (outbound events ∪ inbound messages, cursor-paginated)

Requires VIEWER.

projectId
required
string

Project (tenant) identifier. Row-level tenant isolation is enforced on every query.

userId
required
string

Identified user identifier.

limit
integer
default: 20 <= 50
cursor

Base64url-encoded { occurredAt, id }.

string

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
json
{
"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
json
{
"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
json
{
"error": "example",
"message": "example"
}