v1
latestSwagger 2.02026-07-176096209.1 KBv2
Retrieve the full status of an Asynchronous generation request
This request will include all already generated images in download URL or base64 encoded .webp files. As such, you are requested to not retrieve this endpoint often. Instead use the /check/ endpoint first This endpoint is limited to 10 request per minute
get/v2/generate/status/{id}
Headers
Client-Agentstring
The client name and version
X-Fieldsstring mask
An optional fields mask
Response
Async Request Full Status
Example response
{
"generations": [
{
"state": "ok",
"gen_metadata": [
{
"type": "lora",
"value": "download_failed"
}
]
}
]
}