ART Framework API Docs
    Preparing search index...

    Interface TaskStatusResponse

    Response structure for A2A task status queries

    interface TaskStatusResponse {
        error?: string;
        metadata?: Record<string, any>;
        progress?: number;
        result?: A2ATaskResult;
        status: A2ATaskStatus;
        taskId: string;
    }
    Index

    Properties

    error?: string

    Error information if failed

    metadata?: Record<string, any>

    Additional metadata

    progress?: number

    Progress percentage (0-100) if available

    result?: A2ATaskResult

    Task result if completed

    Current status of the task

    taskId: string

    The task ID