@runloop/api-client - v1.4.0
    Preparing search index...

    Interface DiskSnapshotListParams

    interface DiskSnapshotListParams {
        starting_after?: string;
        limit?: number;
        devbox_id?: string;
        "metadata[key]"?: string;
        "metadata[key][in]"?: string;
        source_blueprint_id?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    devbox_id?: string

    Devbox ID to filter by.

    "metadata[key]"?: string

    Filter snapshots by metadata key-value pair. Can be used multiple times for different keys.

    "metadata[key][in]"?: string

    Filter snapshots by metadata key with multiple possible values (OR condition).

    source_blueprint_id?: string

    Source Blueprint ID to filter snapshots by.