Is it possible to get the revised prompt from the API when generating images?

I’m building an app using the chatgpt-image-1 model API and it seems that simple prompts get rewritten to be more complex. That’s fine, but I’d like to save the prompt revised by the API if possible.

It seems that DALLE-3 returned a revised_prompt key (source deleted because I can’t post links), but the API response I am getting doesn’t seem to have that anymore.(API reference deleted because I can’t post links)

Is there some other way to get the revised prompt?