Get a conversation and its turns
conversations
Get a conversation and its turns
Returns the conversation’s turns (oldest first), each with the original question, its status, and — for completed turns — the rendered result. Returns 404 for both “never existed” and “owned by someone else” to avoid leaking existence of other users’ conversations.
GET
Get a conversation and its turns
Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.