Skip to main content

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​

Outstanding client-side tool calls

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

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