v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Get entities related to a signal
Get the list of entities related to a security signal, captured at the signal's timestamp.
get/api/v2/security_monitoring/signals/{signal_id}/entities
Path parameters
signal_idstring required
The ID of the signal.
Query parameters
limitinteger
Example:10
The maximum number of entities to return.
Response
OK
Example response
{
"data": {
"attributes": {
"identities": [
{
"display_name": "Test User",
"principal_id": "user@example.com"
}
]
},
"id": "AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA",
"type": "entities"
}
}