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
- 200
The tool call
Document ID: DOC-MA-conversations-api-getToolCall. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-MA-conversations-api-getToolCall#overview |
| Request | DOC-MA-conversations-api-getToolCall#request |
| Responses | DOC-MA-conversations-api-getToolCall#responses |