v2

latestOpenAPI 3.0.32026-08-055124127.6 KB
deployments
errors

List error groups from a deployment

Returns a list of error groups from the specified deployment

get/applications/{application-identifier}/deployments/{deployment-identifier}/error-groups

Query parameters

countinteger

Limits the number of items in the response

offsetinteger

Number of items to skip before returning results

filterstring

Filter items by an expression. Currently supports filtering by the virtual property state, which can be new, stillOccurring, or regressed

orderbystring[]

Order items by property values

Response

OK

identifierstring required
applicationIdentifierstring required
messagestring required
status'active' | 'resolved' | 'ignored' | 'permanentlyIgnored' required
lastOccurredAtstring required
createdAtstring date-time required
discardNewOccurrencesboolean

True if the error is permanently ignored and has been set to discard any new occurrences.

applicationUrlstring uri

URL to view the error group in Raygun.