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

    Interface AgentListParams

    interface AgentListParams {
        starting_after?: string;
        limit?: number;
        include_total_count?: boolean;
        is_public?: boolean;
        name?: string;
        search?: string;
        version?: 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.

    is_public?: boolean

    Filter agents by public visibility.

    name?: string

    Filter agents by name (partial match supported).

    search?: string

    Search by agent ID or name.

    version?: string

    Filter by version. Use 'latest' to get the most recently created agent.