modal
    Preparing search index...

    Type Alias SandboxListParams

    Optional parameters for client.sandboxes.list().

    type SandboxListParams = {
        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.