Skip to main content
POST
/
api
/
v1
/
annotation-queues
/
{queue_id}
/
runs
/
by-key
Error
A valid request URL is required to generate request examples
[
  {
    "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "queue_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "last_reviewed_time": "2023-11-07T05:31:56Z",
    "added_at": "2023-11-07T05:31:56Z",
    "source_proposed_example_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

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
run_id
string<uuid>
required
session_id
string<uuid>
required
start_time
string<date-time>
required
source_proposed_example_id
string<uuid> | null

Response

Successful Response

run_id
string<uuid>
required
queue_id
string<uuid>
required
id
string<uuid>
required
last_reviewed_time
string<date-time> | null
added_at
string<date-time>
source_proposed_example_id
string<uuid> | null