Skip to main content
Get the alarm history for a specific alarm by its ID.
External DocumentationTo learn more, visit the LogRhythm documentation.

Basic Parameters

ParameterDescription
Alarm IDThe ID of the alarm whose history to retrieve.
DirectionThe direction to order the results.
LimitThe maximum number of results to return.
OffsetThe starting position from which to retrieve results.
Order ByThe name of the field to order the results by.
SortSelect to sort the results.

Advanced Parameters

ParameterDescription
Date UpdatedOnly return alarm history entries that were updated on or after the specified timestamp.
Person IDFilter results by the ID of a person.
TypeFilter results by the type of alarm history to retrieve.

Example Output

{
	"statusCode": 0,
	"statusMessage": "string",
	"responseMessage": "string",
	"AlarmHistoryDetails": [
		{
			"alarmId": 0,
			"personId": 0,
			"comments": "string",
			"dateUpdated": "string",
			"dateInserted": "string"
		}
	]
}

Workflow Library Example

Get Alarm History with Logrhythm and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop