Skip to main content
GET
List seeds

Authorizations

Authorization
string
header
required

Access token issued by WorkOS AuthKit.

Query Parameters

twin
string | null

Only seeds for this twin's slug.

Response

Successful Response

id
string<uuid>
required
name
string
required
twin
string
required

The twin this seed can be loaded into.

prompt
string
required

The starting state this seed was asked for.

status
string
required

pending, running, ready or failed

usable
boolean
required

Whether the twin's current release can still load this seed. False means the twin's storage changed since it was generated, so it has to be generated again.

created_at
string<date-time>
required
failure
string | null

Why generation failed, if it did.

twin_version
string | null

The release this seed was generated against.

size_bytes
integer | null
completed_at
string<date-time> | null