@archastro/sdk
    Preparing search index...

    Interface AgentSessionListResponse

    Paginated list response containing an array of agent session objects.

    interface AgentSessionListResponse {
        data: AgentSession[];
    }
    Index

    Properties

    Properties

    data: AgentSession[]

    Array of agent session objects for the current page.