Skip to main content
GET
/
v1
/
analytics
/
tools
/
usage
/
by-type
Tool invocations grouped by tool_type
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/analytics/tools/usage/by-type \
  --header 'x-api-key: <api-key>'
[
  {
    "tool_type": "<string>",
    "invocations": 123,
    "successful": 123,
    "failed": 123,
    "success_rate": 123
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

tool_type
string
required
invocations
integer
required
successful
integer
required
failed
integer
required
success_rate
number
required