modal
    Preparing search index...

    Type Alias SandboxListOptions

    Options for Sandbox.list().

    type SandboxListOptions = {
        appId?: string;
        environment?: string;
        tags?: Record<string, string>;
    }
    Index

    Properties

    appId?: string

    Filter Sandboxes for a specific App.

    environment?: string

    Override environment for the request; defaults to current profile.

    tags?: Record<string, string>

    Only return Sandboxes that include all specified tags.