List sandboxes
List and filter sandboxes for the authenticated tenant.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
search
Search by sandbox name (case-insensitive)
status
Filter by status (e.g., ?status=running&status=unknown&status=deleted)
date_from
Filter sandboxes created on or after this date
date_to
Filter sandboxes created on or before this date
created_by
Filter by creator. Use 'me' for your own sandboxes.
limit
Max items per page
offset
Number of items to skip
Response
Successful Response
items
total
limit
offset
Errors
401
Unauthorized Error
422
Unprocessable Entity Error