List sandboxes for the authenticated tenant, with optional filtering, sorting,.
func (
r *SandboxBoxService) List(ctx context.Context,
query SandboxBoxListParams,
opts ...option.RequestOption) (res *pagination.ItemsCursorGetPagination[SandboxResponse],
err error
)List sandboxes for the authenticated tenant, with optional filtering, sorting, and pagination. Page with page_size and cursor: replay the response's next_cursor until it comes back null, which is the only signal that no pages remain. Cursors are opaque and only valid on this endpoint; do not parse or construct one.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
query* | SandboxBoxListParams | |
opts* | ...option.RequestOption |