Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

Query Parameters

offset
integer<int32>
default:0
Required range: x >= 0
limit
integer<int32>
default:10
Required range: 1 <= x <= 100
orderAsc
boolean
default:false
types
string[]

Filter events to the provided event types

Response

Successfully returned the sandbox events

id
string<uuid>
required

Event unique identifier

version
string
required

Event structure version

type
string
required

Event name

timestamp
string<date-time>
required

Timestamp of the event

sandboxId
string<string>
required

Unique identifier for the sandbox

sandboxExecutionId
string<string>
required

Unique identifier for the sandbox execution

sandboxTemplateId
string<string>
required

Unique identifier for the sandbox template

sandboxBuildId
string<string>
required

Unique identifier for the sandbox build

sandboxTeamId
string<uuid>
required

Team identifier associated with the sandbox

eventCategory
string
deprecated

Category of the event (e.g., 'lifecycle', 'process', etc.)

eventLabel
string
deprecated

Label for the specific event type (e.g., 'sandbox_started', 'process_oom', etc.)

eventData
object | null

Optional JSON data associated with the event