Skip to main content
GET
Get tent status

Authorizations

Authorization
string
header
required

Workspace API key, e.g. Authorization: Bearer tented_.... Create keys in Workspace Settings → API Keys.

Path Parameters

tentId
string<uuid>
required

Tent ID.

Response

Current tent status.

Tent generation status. Poll no more than every 10 seconds; the response sets Retry-After: 10 while work is in progress.

id
string<uuid>
required

Tent ID.

status
enum<string>
required

Generation status.

Available options:
queued,
generating,
completed,
failed
created_at
string<date-time>
required

When the tent was created.

updated_at
string<date-time>
required

Last status change.

error
string

Failure reason. Present only when status is failed.

publication
object

Publication state for a tent generation.