Tools
Get co-occurring tools
Returns other tools called in the same traces as this one, ranked by shared trace count.
get/v1/projects/{projectSlug}/tools/{toolName}/co-occurrence
Path parameters
projectSlugstring required
Project slug (human-readable identifier)
Project slug (human-readable identifier)
toolNamestring required
Tool name. URL-encode names containing special characters.
Tool name. URL-encode names containing special characters.
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.
limitinteger
Maximum number of tools to return.
Maximum number of tools to return.
errorsOnly'true' | 'false'
When true, scope every aggregate to failed calls only.
When true, scope every aggregate to failed calls only.
Response
Co-occurring tools