Documentation
    Preparing search index...
    {
    * namespace: "namespace"
    * }
    interface RunnersListRequest {
        cursor?: string;
        includeStopped?: boolean;
        limit?: number;
        name?: string;
        namespace: string;
        runnerIds?: string;
    }
    Index

    Properties

    cursor?: string
    includeStopped?: boolean
    limit?: number
    name?: string
    namespace: string
    runnerIds?: string