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

    Interface WebhookPayload

    Webhook payload structure

    interface WebhookPayload {
        operation_id: string;
        context_id?: string;
        task_id?: string;
        task_type: string;
        status: string;
        result?: any;
        error?: string;
        message?: string;
        timestamp?: string;
    }
    Index

    Properties

    operation_id: string
    context_id?: string
    task_id?: string
    task_type: string
    status: string
    result?: any
    error?: string
    message?: string
    timestamp?: string