Realtime API. Retrieving conversation.item from server

When a user interrupts the assistant, I send a conversation.item.truncate event to the server, which should sync the server conversation items to reflect the interruption.

That’s great, but I’d like to see what the updated item looks like so I know what message history the assistant works off. However, it doesn’t seem like there’s an endpoint to retrieve a single conversation.item?