Check the status of a try-on generation and retrieve the result
Returns the current status of a generation. WhenDocumentation Index
Fetch the complete documentation index at: https://docs.genlook.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
COMPLETED, the response includes a temporary URL to the result image. Poll every 2s until status is COMPLETED or FAILED.
generationId from Create Try-On.PENDING, PROCESSING, COMPLETED, FAILED.COMPLETED.FAILED.PRODUCT_IMAGE_FETCH_FAILED) when the failure was raised as a typed error. Use this — not the message text — to switch on failure type. Absent for untyped/internal failures. See the Errors catalog.FAILED status usually means one of:
errorCode is a stable enum value from the Errors catalog — switch on this rather than the human-readable errorMessage. Most failures are safe to retry.