Tela SDK for JavaScript
    Preparing search index...

    Interface ListAgentsQuery

    Query parameters for listing agents.

    interface ListAgentsQuery {
        includeProjects?: boolean;
        projectId?: string;
    }
    Index

    Properties

    includeProjects?: boolean
    projectId?: string