Query Sandbox Events
Use the events API to list sandbox events for your account. You can filter events by sandbox, template, event type, status, and time range.Query events using the SDKs
Query events for a sandbox instance
If you already have a sandbox instance, use the instance-level events method to query events for that sandbox.Filter Events
Use query parameters to narrow the event timeline.Time fields use Unix timestamps in seconds. Do not pass millisecond timestamps.The maximum query time range is 60 days. For longer timelines, split requests into multiple smaller time ranges.
Pagination
Events use offset-based pagination. Start withoffset: 0; if hasMore is true, request the next page with offset + limit. The maximum limit is 100.
Response Fields
The events response includes anitems array and pagination metadata.
Each item in
items has the following fields.