@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface AgentsRequestBuilderGetQueryParameters

    To list all agents by a Workspace, send a GET request to /v2/gen-ai/workspaces/{workspace_uuid}/agents.

    interface AgentsRequestBuilderGetQueryParameters {
        onlyDeployed?: boolean;
        page?: number;
        perPage?: number;
    }
    Index

    Properties

    onlyDeployed?: boolean

    Only list agents that are deployed.

    page?: number

    Page number.

    perPage?: number

    Items per page.