chat
List the turns of a conversation
List every stored completion of the conversation the given one belongs to, oldest first.
Each turn carries its own hosted tool calls, so together with the tip's request messages the whole conversation reconstructs with full detail.
get/v1/chat/completions/{completion_id}/turns
Path parameters
completion_idstring required
ID of the chat completion
ID of the chat completion
Query parameters
includestring[] nullable
Extra fields to include, e.g. store_search_call.results, store_grep_call.results, store_list_chunks_call.results or transcript; unsupported values are ignored
Extra fields to include, e.g. store_search_call.results, store_grep_call.results, store_list_chunks_call.results or transcript; unsupported values are ignored
Response
Every completion of the conversation, oldest first