Skip to main content
POST
/
api
/
v1
/
annotation-queues
/
{queue_id}
/
export
Error
A valid request URL is required to generate request examples
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

queue_id
string<uuid>
required

Body

application/json

Export annotation queue runs request schema.

start_time
string<date-time> | null
end_time
string<date-time> | null
include_annotator_detail
boolean
default:false

Response

Successful Response