Triggers
Get Triggers Associated with a Recipient
List all triggers that will alert a given Recipient. Important: This request will return all Triggers associated with the specific Recipient across your entire Honeycomb team rather than being scoped to a dataset or environment.
get/1/recipients/{recipientId}/triggers
Response
Success
Example response
[
{
"tags": [
{
"key": "team",
"value": "blue"
}
],
"recipients": [
{
"details": {
"variables": [
{
"name": "severity",
"value": "warning"
}
]
}
}
],
"baseline_details": {
"offset_minutes": 60,
"type": "percentage"
}
}
]