List client-side tool calls awaiting a result
POST/api/v1/llm/list-pending-client-tools
Returns the client-side tool calls the run is currently waiting on, with the message each belongs to. Use it to recover after a dropped connection, or from a caller that never holds one.
On reconnect, pull with this call and then submit — do not resend the original user message, which would start a second run and interrupt the one you were waiting on.
Request
Responses
- 200
Outstanding client-side tool calls
Document ID: DOC-MA-conversations-api-listPendingClientTools. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-MA-conversations-api-listPendingClientTools#overview |
| Request | DOC-MA-conversations-api-listPendingClientTools#request |
| Responses | DOC-MA-conversations-api-listPendingClientTools#responses |