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

    Interface BlueprintListParams

    interface BlueprintListParams {
        starting_after?: string;
        limit?: number;
        include_total_count?: boolean;
        name?: string;
        status?: string;
    }

    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.

    name?: string

    Filter by name

    status?: string

    Filter by build status (queued, provisioning, building, failed, build_complete)