Actions
Get Event Details
Get the full event records behind one or more event IDs.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Event IDs | A comma-separated list of event UUIDs to retrieve details for. |
{
"resources": [
{
"id": "string",
"timestamp": "2024-01-01T00:00:00Z",
"user": {},
"action": {},
"source": {},
"destination": {}
}
]
}
Was this page helpful?