v4
latestSwagger 2.02026-08-0343714211.7 MBevent_records
Event Records
Show Event Record
Show Event Record
get/event_records/{id}
Path parameters
idinteger required
Event Record ID.
Response
The EventRecords object.
Example response
{
"id": 1,
"workspace_id": 1,
"event_uuid": "example",
"event_type": "example",
"severity": "example",
"source_type": "example",
"source_id": 1,
"occurred_at": "2000-01-01T01:00:00Z",
"human_title": "example",
"human_summary": "example",
"human_fields": [
"example"
],
"resources": [
"example"
],
"created_at": "2000-01-01T01:00:00Z"
}