@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface TransportActivity

    interface TransportActivity {
        type: TransportActivityType;
        agentId: string;
        protocol: "mcp" | "a2a";
        tool?: string;
        taskType?: string;
        operationId?: string;
        taskId?: string;
        contextId?: string;
        idempotencyKeyHash?: string;
        method: string;
        url: string;
        requestHeaders: Record<string, string>;
        requestBody?: string;
        requestBodyTruncated?: boolean;
        startedAt: string;
        timestamp: string;
        durationMs?: number;
        httpStatus?: number;
        statusText?: string;
        responseHeaders?: Record<string, string>;
        responseBody?: string;
        responseBodyTruncated?: boolean;
        errorName?: string;
        errorMessage?: string;
    }
    Index

    Properties

    type: TransportActivityType
    agentId: string
    protocol: "mcp" | "a2a"
    tool?: string
    taskType?: string
    operationId?: string
    taskId?: string
    contextId?: string
    idempotencyKeyHash?: string
    method: string
    url: string
    requestHeaders: Record<string, string>
    requestBody?: string
    requestBodyTruncated?: boolean
    startedAt: string
    timestamp: string
    durationMs?: number
    httpStatus?: number
    statusText?: string
    responseHeaders?: Record<string, string>
    responseBody?: string
    responseBodyTruncated?: boolean
    errorName?: string
    errorMessage?: string