v6

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-0182128753.1 KB
Annotations

Get Annotation Reply Job Status

Available for: Chatflow, Chatbot, Agent apps.

Returns the status of an annotation reply configuration job started by Configure Annotation Reply.

get/apps/annotation-reply/{action}/status/{job_id}

Path parameters

action'enable' | 'disable' required

Action type, must match the Configure Annotation Reply call.

job_idstring uuid required

Job ID returned by Configure Annotation Reply.

Response

Successfully retrieved task status.

job_idstring uuid

Job ID from the Configure Annotation Reply call.

job_statusstring

Current job status. waiting for queued, processing for in progress, completed when finished, error if failed.

error_msgstring

Error message describing why the job failed. Empty string when job_status is not error.