Skip to main content
Sandbox events provide a queryable timeline of key sandbox lifecycle operations. You can use events for troubleshooting, auditing, usage analysis, and billing reconciliation.

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 with offset: 0; if hasMore is true, request the next page with offset + limit. The maximum limit is 100.

Response Fields

The events response includes an items array and pagination metadata. Each item in items has the following fields.

Example Response

Last modified on July 1, 2026