conversation.item.retrieve. This is provided as a way to fetch the server's representation of an item, for example to get access to the post-processed audio data after noise cancellation and VAD. It includes the full content of the Item, including audio data.{
"event_id": "string",
"type": "conversation.item.retrieved",
"item": {
"id": "string",
"object": "realtime.item",
"type": "message",
"status": "completed",
"role": "system",
"content": [
{
"type": "input_text",
"text": "string"
}
]
}
}