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

    Interface AgentListParams

    interface AgentListParams {
        starting_after?: string;
        limit?: number;
        is_public?: boolean;
        name?: string;
        search?: string;
        version?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    starting_after?: string
    limit?: number
    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.