check_generation
Check an existing MeiGen image or video generation job by its generation ID or original request UUID to retrieve its status and next action without incurring new charges.
Instructions
Read an existing MeiGen job without new charges. Provide generationId OR the caller requestId UUID. requestId lookup works after a lost submit response, process restart or another host. Follow structured status and nextAction; do not turn an uncertain status into a new paid UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | Original workflow step UUID supplied to generate_image/video; authenticated lookup across hosts. Provide exactly one identifier. | |
| generationId | No | Accepted generation ID. Provide exactly one of generationId and requestId. | |
| requestedMediaType | No | Original workflow step intent, when known. Preserve it from nextAction.arguments to detect a completed result of the other media type; this does not change or resubmit the job. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | ||
| error | No | ||
| status | Yes | ||
| deduped | No | ||
| modelId | No | ||
| success | Yes | ||
| imageUrl | No | ||
| provider | No | ||
| videoUrl | No | ||
| mediaType | No | ||
| requestId | No | ||
| savedPath | No | ||
| nextAction | No | ||
| creditsUsed | No | ||
| generationId | No | ||
| creditsStatus | No | ||
| receiptWarning | No | ||
| downloadWarning | No | ||
| observationEnded | No | ||
| pollAfterSeconds | No | ||
| requestedMediaType | No |