Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get event details by its ID.
Required Scope: Read Users, Manage users, Read All, or Manage All.
Parameters
| Parameter | Description |
|---|
| Event ID | The ID of the event to retrieve. |
Example Output
{
"status": {
"error": false,
"code": 200,
"type": "success",
"message": "Success"
},
"data": [
{
"id": 123456,
"created_at": "2014-02-18T02:34:15.626Z",
"account_id": 1,
"user_id": 654321,
"event_type_id": 8,
"notes": "Initiated by OneLogin via SAML",
"ipaddr": "123.456.789.0",
"actor_user_id": 987654,
"app_id": 11111,
"app_name": "AppWonder",
"actor_user_name": "Santiago Cuong",
"user_name": "Santiago Cuong",
"risk_score": 48,
"risk_reasons": "Infrequent access from 73.68.253.46 (13%)"
}
]
}
Workflow Library Example
Get Event by Id with Onelogin and Send Results Via Email