get https://api.bigpanda.io/resources/v2.0/environments/{environment_id}/incidents/
Retrieves a specific BigPanda incident
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Correlation Matchers Log
The last array in the correlation_matchers_log array is the current array. If multiple correlation patterns match the incident, the pattern with the longest time window is the one that appears in the UI.
Returns
200: Success
{Incident Object according to the schema}
Possible error codes include:
401 Unauthorized
- Authentication violation - token is invalid or missing403 Forbidden
— Insufficient permissions429 Too Many Requests
— Rate limitation reached500 Internal Server Error
— Unexpected error