Heartbeat groups API response params

Response body parameters

Namespace data

Parameter Type Values
id String The ID of the heartbeat group
type String heartbeat_group
attributes Object Attributes object (see below)
attributes.name String A name of the group that you can see in the dashboard
attributes.sort_index Integer Set sort_index to specify how to sort your heartbeat groups.
attributes.created_at String (ISO DateTime format) When was the group created. Example value "2020-09-18T17:20:42.514Z"
attributes.updated_at String (ISO DateTime format) When was the group last updated. Example value "2020-09-18T17:20:42.514Z"
attributes.paused Boolean Is the group paused? All heartbeats in the paused heartbeat group are also paused.