List Sandboxes
Beta/v1/core/sandboxesThis endpoint is idempotent. Learn more
Returns a paginated list of sandboxes.
cursoroptional stringCursor from a previous response's next_cursor field, used to fetch the next page.
limitoptional integerMaximum number of results per page (default: 100, max: 1000).
qoptional stringSearch query used to filter results.
include[]optional arrayenumValues:owner_accountSub-objects to expand in the response. When omitted, sub-objects are returned as null.
objectstringenumValues:listObject type for Sandbox list
page_infoobjectPagination metadata for Sandbox list
next_cursorstringnullableCursor to fetch the next page, null if no more pages.
prev_cursorstringnullableCursor to fetch the previous page, null if on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of objectArray of Sandbox resources in this page
idstringSandbox ID.
objectstringenumValues:sandboxResource type identifier.
namestringDisplay name.
owner_accountobjectExpandablenullableOwner account.
idstringAccount ID.
objectstringenumValues:accountResource type identifier.
namestringDisplay name.
default_billing_addressobjectnullableDefault billing address.
null in this endpoint.default_shipping_addressobjectnullableDefault shipping address.
null in this endpoint.brandingobjectnullableBranding configuration.
null in this endpoint.portalobjectnullablePortal configuration.
null in this endpoint.created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
created_atstring (date-time)When this sandbox was created.
updated_atstring (date-time)When this sandbox was last updated.
Responses
Successful response for List Sandboxes