Skip to main content

Get a single tool call by ID

POST 

/api/v1/llm/get-tool-call

Reads the identified tool call from the conversation's current run state, including resolved calls retained there. An empty response means the call was not found in that current run; it does not prove the call never executed.

Match the call ID and inspect both status and result. If its answer window expired, the result reports client tool timeout. Inspect both the status and reason before deciding whether any work remains; expiration does not establish whether an action dispatched to the client took effect.

Request​

Responses​

The tool call

Document ID: DOC-MA-conversations-api-getToolCall. Section identities and revisions.

SectionStable reference
OverviewDOC-MA-conversations-api-getToolCall#overview
RequestDOC-MA-conversations-api-getToolCall#request
ResponsesDOC-MA-conversations-api-getToolCall#responses