Skip to content

User event history (cursor-paginated, business-context enriched)

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
eventName
string

Event items + nextCursor + eventNames.

Media typeapplication/json
object
items
Array<object>
object
key
additional properties
any
nextCursor
string | null
eventNames
Array<string>

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"
}