Skip to main content
GET
Get a long-running operation

Authorizations

Authorization
string
header
required

Mint API key sent as a Bearer token.

Path Parameters

operationId
string
required

Response

Long-running generation, optimization, or conversion operation.

object
string
required

Stable object discriminator for an asynchronous operation.

Allowed value: "operation"
id
string
required

Mint operation ID used for polling and lifecycle calls.

type
enum<string>
required

The work this operation performs.

Available options:
world_generation,
model_generation,
asset_pack_generation,
material_generation,
material_pack_generation,
image_generation,
image_edit,
audio_generation,
reference_image_upload,
generation_retry,
generation_transition,
model_optimization,
model_retopology,
model_animation,
asset_pack_regeneration,
model_conversion
generationMode
enum<string>
required

Generation workflow mode. auto continues to the asset; review pauses at preview_ready. See Preview-based generation.

Available options:
auto,
review
status
enum<string>
required

Current operation lifecycle status.

Available options:
queued,
running,
preview_ready,
billing_required,
succeeded,
partially_succeeded,
failed,
canceled
resource
object | null
required

The Mint asset created or changed by this operation, or null before an asset exists.

createdAt
string<date-time>
required

When the operation was created.

updatedAt
string<date-time>
required

When the operation last changed.

prompt
string

Original developer-visible prompt or revision feedback, when this operation has one.

generationPreset
enum<string>

Mint generation tier selected for this operation, when applicable.

Available options:
fast,
standard,
production
optimizationLevel
enum<string>

Optimization intensity for model_optimization operations.

Available options:
light,
moderate,
aggressive
assets
object

Generation asset URLs when available.

billing
object

The billing action required before this operation can continue.

credits
object

Credit estimate, active reservation, finalized charge, and post-reservation balance for this operation.

conversion
object

Model conversion result when this is a model_conversion operation.

error
object

Terminal failure details when the operation failed.

completedAt
string<date-time>

When the operation completed.

canceledAt
string<date-time>

When the operation was canceled.