Get Sandbox Detail

View as Markdown
Get full sandbox details from database.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

sandbox_idstringRequiredformat: "uuid"

Response

Successful Response
created_atdatetime
created_bystring
idstringformat: "uuid"
namestring
statusenum

Sandbox lifecycle status (mirrors db.models.SandboxStatus).

updated_atdatetime
destroyed_atdatetime or null
imagestring or null
sandbox_urlstring or null

Errors

422
Unprocessable Entity Error