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

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

error_category
string
required
count
integer
required
percentage_of_total_errors
number
required