@adcp/client API Reference - v3.11.2
    Preparing search index...

    Interface WebhookMetadata

    Metadata provided with webhook responses

    interface WebhookMetadata {
        operation_id: string;
        task_id: string;
        agent_id: string;
        task_type: string;
        status: TaskStatus;
        context_id?: string;
        message?: string;
        timestamp: string;
        rawHTTPPayload?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    operation_id: string

    Client-provided operation ID

    task_id: string

    Server's task ID

    agent_id: string

    Agent ID

    task_type: string

    Task type/tool name

    status: TaskStatus

    Task status (completed, failed, needs_input, working, etc)

    context_id?: string

    Server's context ID

    message?: string

    Human-readable context about the status change

    timestamp: string

    Timestamp

    rawHTTPPayload?: any

    raw HTTP payload