Retrieves up to 50 most recent successful events for the given event name, starting with the latest.
400Bad request – The request is invalid due to missing or incorrect parameters.
401Unauthorized – API authentication failed due to an invalid or missing API key.
403Forbidden – The API key does not have sufficient permissions to perform this action.
404Not found – The specified resource was not found.
422Unprocessable entity – The request was well-formed but could not be processed due to validation or state errors.
429Rate limit exceeded – Too many requests. Reduce request frequency.
500Internal server error – An unexpected server error occurred. Contact Blueshift support if the issue persists.
502Bad gateway – The server received an invalid response. Retry the request.
503Service unavailable – The service is temporarily unavailable. Try again later.
504Gateway timeout – The server took too long to respond. Retry with exponential backoff.