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

    Interface AgentListView

    A paginated list of Agents.

    interface AgentListView {
        agents: AgentView[];
        has_more: boolean;
        total_count?: number | null;
    }
    Index

    Properties

    agents: AgentView[]

    The list of Agents.

    has_more: boolean

    Whether there are more Agents to fetch.

    total_count?: number | null

    The total count of Agents.