---
title: "Get Annotation Reply Job Status"
method: GET
path: "/apps/annotation-reply/{action}/status/{job_id}"
tags: ["Annotations"]
---

# Get Annotation Reply Job Status

`GET /apps/annotation-reply/{action}/status/{job_id}`

**Available for**: Chatflow, Chatbot, Agent apps.

Returns the status of an annotation reply configuration job started by [Configure Annotation Reply](/en/api-reference/annotations/configure-annotation-reply).

## Path parameters

- `action` 'enable' | 'disable', required
- `job_id` string, uuid, required

## Response `200`

Successfully retrieved task status.

- InitialAnnotationReplySettingsStatusResponse
  - `job_id` string, uuid — Job ID from the [Configure Annotation Reply](/en/api-reference/annotations/configure-annotation-reply) call.
  - `job_status` string — Current job status. `waiting` for queued, `processing` for in progress, `completed` when finished, `error` if failed.
  - `error_msg` string — Error message describing why the job failed. Empty string when `job_status` is not `error`.

## Other responses

- `400` — `invalid_param` : The specified job does not exist.

---

[API](https://skmtc.net/langgenius/apis/dify-service-api.md) · [All operations](https://skmtc.net/langgenius/apis/dify-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langgenius/dify-service-api/revisions/e49b3db72bad/schema)
