Read a thread
Read an ask/agent thread back as question / answer rounds.
This is both the poll endpoint for a processing answer (GET /ask returns the threadId to poll) and a general way to read a past conversation: it returns every round's question and answer, without the intermediate events. While the run is still working the response is 202 with status: "processing" — poll again after retryAfterSeconds / the Retry-After header.
Path parameters
The thread id — from a processing response, or any thread of yours.
Response
Ok
Changes
Changed in 2 of the 5 revisions of this API.3
- ○
added the optional property
rounds/items/sourcesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
rounds/items/sourcesto the response with the202statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○