Skip to main content
GET
/
v1
/
analytics
/
tools
/
reliability
/
error-breakdown-by-status
Failed-invocation count grouped by HTTP status_code
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/analytics/tools/reliability/error-breakdown-by-status \
  --header 'x-api-key: <api-key>'
[
  {
    "status_code": 123,
    "count": 123,
    "top_error_messages": [
      "<string>"
    ]
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

tool_type
string | null
tool_id
string | null
revision_id
string | null
start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

status_code
integer
required
count
integer
required
top_error_messages
string[]
required