@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias AppsListParams

    EXPERIMENTAL - list available apps/connectors.

    type AppsListParams = {
        cursor?: string | null;
        forceRefetch?: boolean;
        limit?: number | null;
        threadId?: string | null;
    }
    Index

    Properties

    cursor?: string | null

    Opaque pagination cursor returned by a previous call.

    forceRefetch?: boolean

    When true, bypass app caches and fetch the latest data from sources.

    limit?: number | null

    Optional page size; defaults to a reasonable server-side value.

    threadId?: string | null

    Optional thread id used to evaluate app feature gating from that thread's config.