curl "https://api.dari.dev/v1/organizations/current/routing/activity/tools-skills?mode=tools&from=2026-07-01T00:00:00Z&to=2026-07-08T00:00:00Z&bucket_seconds=86400&series_id=web_search" \
-H "Authorization: Bearer $DARI_API_KEY"
Management API
Tools & Skills
Read observed tool and skill usage, inventories, and capability details.
GET
/
v1
/
organizations
/
current
/
routing
/
activity
/
tools-skills
curl "https://api.dari.dev/v1/organizations/current/routing/activity/tools-skills?mode=tools&from=2026-07-01T00:00:00Z&to=2026-07-08T00:00:00Z&bucket_seconds=86400&series_id=web_search" \
-H "Authorization: Bearer $DARI_API_KEY"
string
required
Bearer plus a Management API key.string
required
RFC 3339 range start, inclusive.
string
required
RFC 3339 range end, exclusive.
string
Limit to one router.
array
API key ID filter. Repeatable.
array
Attributed user ID filter. Repeatable.
array
Model ID filter. Repeatable.
string
Provider filter.
string
completed, provider_error, selector_error, or aborted.string
user, managed, or subscription.string
openai_chat, openai_responses, anthropic_messages, comma-separated, all, or none.string
required
tools or skills.integer
required
Use
60, 300, 900, 1800, 86400, 604800, or 2592000.array
Capability to include in the time series. Repeatable.
curl "https://api.dari.dev/v1/organizations/current/routing/activity/tools-skills?mode=tools&from=2026-07-01T00:00:00Z&to=2026-07-08T00:00:00Z&bucket_seconds=86400&series_id=web_search" \
-H "Authorization: Bearer $DARI_API_KEY"
total_uses, total_items, items_truncated, items, series, and selected_series_ids. Without explicit series_id values, the response includes at least five ranked series and expands up to ten until they represent 90% of the selected metric.
Inventory
GET /v1/organizations/{org}/routing/activity/tools-skills/inventory
string
Search capability names and IDs.
string
default:"uses"
name, uses, or latest.string
default:"desc"
asc or desc.integer
default:"50"
Maximum capabilities.
integer
default:"0"
Capabilities to skip.
dari activity tools list --from 2026-07-01T00:00:00Z --to 2026-07-08T00:00:00Z --search search
Capability Detail
GET /v1/organizations/{org}/routing/activity/tools-skills/detail
string
required
Exact capability identity from inventory.
dari activity tools get web_search --from 2026-07-01T00:00:00Z --to 2026-07-08T00:00:00Z
item, series, identities, versions, and sources.