Skip to main content
GET
List sandboxes

Parameters

number
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
string
A value from a previous response that lets you fetch the next page.
string
Return results after this sandbox ID.
string
Return results before this sandbox ID.

Returns

Only one of cursor, starting_after, or ending_before may be provided. Returns a dictionary with a sandboxes property that contains an array of Sandbox objects. When another page is available, the response also includes a cursor value.