---
title: "Create Identity Annotation Queue Run Status"
method: POST
path: "/api/v1/annotation-queues/status/{annotation_queue_run_id}"
tags: ["annotation-queues"]
---

# Create Identity Annotation Queue Run Status

`POST /api/v1/annotation-queues/status/{annotation_queue_run_id}`

## Path parameters

- `annotation_queue_run_id` string, uuid, required

## Request body

- IdentityAnnotationQueueRunStatusCreateSchema — Identity annotation queue run status create schema.
  - `status` string, nullable
  - `override_added_at` string, date-time, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.dev/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
