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.
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
Action type, must match the Configure Annotation Reply call.
enable, disable Job ID returned by Configure Annotation Reply.
Response
Successfully retrieved task status.
Job ID from the Configure Annotation Reply call.
Current job status. waiting for queued, processing for in progress, completed when finished, error if failed.
Error message describing why the job failed. Empty string when job_status is not error.