v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Tools

Get tool call histogram

Returns per-bucket call counts over the range. Omit toolName to aggregate across every tool in the project; pass it to scope the histogram to a single tool.

get/v1/projects/{projectSlug}/tools/histogram

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Query parameters

fromIsostring date-time

Lower bound (inclusive) of the time range. Defaults to 7 days before toIso.

Lower bound (inclusive) of the time range. Defaults to 7 days before toIso.

toIsostring date-time

Upper bound (inclusive) of the time range. Defaults to now.

Upper bound (inclusive) of the time range. Defaults to now.

toolNamestring

Tool name. URL-encode names containing special characters.

Tool name. URL-encode names containing special characters.

bucketSecondsinteger

Bucket width in seconds. Derived from the range (~30 buckets) when omitted.

Bucket width in seconds. Derived from the range (~30 buckets) when omitted.

errorsOnly'true' | 'false'

When true, scope every aggregate to failed calls only.

When true, scope every aggregate to failed calls only.

Response

Call histogram