Skip to main content
GET
Get Observability Tools

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_id
string | null

Streamkap agent id (Mongo ObjectId or external:pk:cid)

project_key_id
string | null

External pseudo-agent: project_key_id

client_id
string | null

External pseudo-agent: client_id

from
string | null

Time range start (ISO 8601)

to
string | null

Time range end (ISO 8601)

Response

Successful Response

/agentic/observability/tools response.

Distinct tool_name values within the requested filter scope. Powers the FE TraceHeader tool-filter dropdown so it populates eagerly without requiring the user to expand session spans first. Empty list is a legitimate result (scope had no tool calls in the window) and the FE hides the dropdown in that case.

tools
string[]
required