Skip to main content
GET
/
v1
/
analytics
/
tools
/
performance
/
distribution
Latency histogram across fixed buckets
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/analytics/tools/performance/distribution \
  --header 'x-api-key: <api-key>'
[
  {
    "bucket_index": 123,
    "bucket": "<string>",
    "invocations": 123
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

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

Response

Successful Response

bucket_index
integer
required
bucket
string
required
invocations
integer
required