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

    Interface BlueprintListParams

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

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    name?: string

    Filter by name

    status?: string

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