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

    Interface AgentListView

    A paginated list of Agents.

    interface AgentListView {
        agents: AgentView[];
        has_more: boolean;
        remaining_count: number;
        total_count: number;
    }
    Index

    Properties

    agents: AgentView[]

    The list of Agents.

    has_more: boolean

    Whether there are more Agents to fetch.

    remaining_count: number

    The count of remaining Agents.

    total_count: number

    The total count of Agents.