T402 API Reference - v2.8.0
    Preparing search index...

    Interface ListDiscoveryResourcesParams

    Parameters for listing discovery resources. All parameters are optional and used for filtering/pagination.

    interface ListDiscoveryResourcesParams {
        type?: string;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    Properties

    type?: string

    Filter by protocol type (e.g., "http", "mcp"). Currently, the only supported protocol type is "http".

    limit?: number

    The number of discovered t402 resources to return per page.

    offset?: number

    The offset of the first discovered t402 resource to return.