GET
/
alerts
/
{fingerprint}
/
history
[
  {
    "id": "1234",
    "name": "Pod 'api-service-production' lacks memory",
    "status": "firing",
    "lastReceived": "2021-01-01T00:00:00.000Z",
    "environment": "production",
    "service": "backend",
    "source": [
      "prometheus"
    ],
    "message": "The pod 'api-service-production' lacks memory causing high error rate",
    "description": "Due to the lack of memory, the pod 'api-service-production' is experiencing high error rate",
    "severity": "critical",
    "pushed": true,
    "url": "https://www.keephq.dev?alertId=1234",
    "labels": {
      "pod": "api-service-production",
      "region": "us-east-1",
      "cpu": "88",
      "memory": "100Mi"
    },
    "ticket_url": "https://www.keephq.dev?enrichedTicketId=456",
    "fingerprint": "1234"
  }
]

Authorizations

X-API-KEY
string
header
required

Path Parameters

fingerprint
string
required

Response

200
application/json
Successful Response
name
string
required
status
enum<string>
required

An enumeration.

Available options:
firing,
resolved,
acknowledged,
suppressed,
pending
severity
enum<string>
required

An enumeration.

Available options:
critical,
high,
warning,
info,
low
lastReceived
string
required
id
string
firingStartTime
string
environment
string
default:
undefined
isFullDuplicate
boolean
default:
false
isPartialDuplicate
boolean
default:
false
duplicateReason
string
service
string
source
string[]
apiKeyRef
string
message
string
description
string
pushed
boolean
default:
false
event_id
string
url
string
Required string length: 1 - 65536
labels
object
fingerprint
string
deleted
boolean
default:
false
dismissUntil
string
dismissed
boolean
default:
false
assignee
string
providerId
string
providerType
string
note
string
startedAt
string
isNoisy
boolean
default:
false
enriched_fields
any[]
incident
string