@archastro/sdk
    Preparing search index...

    Interface AgentRoutineListResponse

    List of agent routine objects belonging to a given agent.

    interface AgentRoutineListResponse {
        data: AgentRoutine[];
    }
    Index

    Properties

    Properties

    data: AgentRoutine[]

    Array of agent routine objects.