History
Get error history
Returns historical error events
get/v1/history/errors
Query parameters
limitinteger
Maximum number of items to return
Response
Error history
Example response
{
"error": {
"code": "NOT_FOUND",
"message": "Service not found"
}
}