---
title: "Export Annotation Queue Archived Runs"
method: POST
path: "/api/v1/annotation-queues/{queue_id}/export"
tags: ["annotation-queues"]
---

# Export Annotation Queue Archived Runs

`POST /api/v1/annotation-queues/{queue_id}/export`

## Path parameters

- `queue_id` string, uuid, required

## Request body

- ExportAnnotationQueueRunsRequest — Export annotation queue runs request schema.
  - `start_time` string, date-time, nullable
  - `end_time` string, date-time, nullable
  - `include_annotator_detail` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-19** `7bbcecd856b2` — 1 warning
  - removed the request property `include_annotator_detail`
- **2026-03-10** `e477c7ee7146` — 1 info
  - added the new optional request property `include_annotator_detail`

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/annotation-queues/:queue_id/export/post.md)

---

[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)
