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

    Interface DevboxListParams

    interface DevboxListParams {
        starting_after?: string;
        limit?: number;
        include_total_count?: boolean;
        status?:
            | "shutdown"
            | "initializing"
            | "running"
            | "provisioning"
            | "suspending"
            | "suspended"
            | "resuming"
            | "failure";
    }

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    include_total_count?: boolean

    If true (default), includes total_count in the response. Set to false to skip the count query for better performance on large datasets.

    status?:
        | "shutdown"
        | "initializing"
        | "running"
        | "provisioning"
        | "suspending"
        | "suspended"
        | "resuming"
        | "failure"

    Filter by status