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).

Allowed values:
updated_atdatetime
destroyed_atdatetime or nullOptional
imagestring or nullOptional
sandbox_urlstring or nullOptional

Errors

422
Unprocessable Entity Error