Skip to main content
GET
Get a generated world

Authorizations

Authorization
string
header
required

Mint API key sent as a Bearer token.

Path Parameters

worldId
string
required

Response

Generated world resource.

An account-owned Mint World.

object
any
required

Stable object discriminator.

id
string
required

Mint World ID.

name
string | null
required

World title shown in Mint.

status
string | null
required

Current World processing status.

assetStage
any
required

Whether the available asset is a Preview or final World.

Available options:
preview,
final,
null
operation
object
required

Current workflow information for this World.

mintUrl
string<uri>
required

Human-facing link to open this World in Mint.

assets
object | null
required

World download URLs, or null before files are available.

createdAt
string<date-time> | null

When the World was created.

updatedAt
string<date-time> | null

When the World last changed.