Skip to main content
GET
Get an account's event log and session history

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Path Parameters

accountId
string
required

The account whose activity to retrieve

Query Parameters

limit
integer
default:100

Maximum events and maximum session entries to return (each, newest first)

Required range: 1 <= x <= 500

Response

Success - Returns the account activity

success
boolean
Example:

true

data
object