After the AI requests a tool execution, submit the result back to continue the conversation.
cURL
curl --request POST \ --url https://api.buildwithtrace.com/api/v2/tools/result \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tool_call_id": "<string>", "result": "<string>" } '
JWT access token. Get one via POST /auth/login or from the Trace app (Settings → API Token). Tokens expire after 1 hour.
Tool execution output
Tool result accepted
Was this page helpful?