List outstanding client tool calls on alias-routed session
GET/v2/agent_aliases/:alias_key/sessions/:session_key/outstanding_client_tool_calls
List the client tool calls a session originally created via this alias is currently waiting on the caller to fulfill. Each entry carries the fully materialized arguments to invoke the tool with; secret-derived values are returned unmasked because the caller needs them to execute the tool, so this endpoint is restricted to the same roles permitted to submit input to the session. Empty when the session is not parked on a client tool. See the agent-scoped endpoint for the full contract.
Request
Responses
- 200
- 403
- 404
The client tool calls the session is waiting on, one entry per outstanding call.
Permissions do not allow reading this session.
Alias or session not found.