Poll a submitted API-chat turn
API Chat
Poll API Chat Turn
Poll a submitted turn for the simulated user’s reply.
GET
Poll a submitted API-chat turn
Authorizations
API Key Authentication. It should be included in the header of each request.
Path Parameters
A unique integer value identifying this run.
Pattern:
^[0-9]+$Response
Response for GET /runs/{run_id}/chat/{turn_id}/ (poll for the reply).
'generating' until ready, then 'ready' (or 'error').
The simulated user's reply; null until status is 'ready'.
True when the conversation has ended.