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

    Interface UsageRequestBuilderGetQueryParameters

    To get agent usage, send a GET request to /v2/gen-ai/agents/{uuid}/usage. Returns usage metrics for the specified agent within the provided time range.

    interface UsageRequestBuilderGetQueryParameters {
        start?: string;
        stop?: string;
    }
    Index

    Properties

    Properties

    start?: string

    Return all usage data from this date.

    stop?: string

    Return all usage data up to this date, if omitted, will return up to the current date.