Account
System event log as JSON line-delimited
get/account/events.jsonl
Query parameters
searchstring
an optional search string for filtering results
fieldsstring
an optional list of fields to export, comma-separated
Response
filtered event results
Example response
[
{
"id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"created_at": 1576300370,
"client_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"organization_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"site_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"action": "login",
"source_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"source_name": "SiteName",
"source_type": "api",
"target_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8",
"target_name": "SiteName",
"target_type": "api",
"success": true,
"state": "SiteName",
"processor_id": "e77602e0-3fb8-4734-aef9-fbc6fdcb0fa8"
}
]