Image not returned in Webhook response


I’m having an issue with an image generation flow triggered via webhook to my WeWeb frontend.

The webhook fires successfully, but the response doesn’t include the generated image URL, even though the rest of the payload comes through.

Could this be: a timeout where the image hasn’t finished generating yet, or an output type issue?

Hey @ishika – it’s possible this is a timeout issue where the workflow hasn’t completed yet.

Can you share the code you’re using to call the retrieve run details endpoint please? It would help to poll on the state output until it shows DONE.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.