/
LA
langchain-ai
/
LangSmith
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3mo ago
Details
Filter operations
access_policies
5
ace
1
alert_rules
5
annotation-queues
19
get
Get Annotation Queues
post
Create Annotation Queue
delete
Delete Annotation Queues
post
Populate Annotation Queue
get
Get Annotation Queue
delete
Delete Annotation Queue
patch
Update Annotation Queue
get
Get Runs From Annotation Queue
post
Add Runs To Annotation Queue
post
Export Annotation Queue Archived Runs
get
Get Run From Annotation Queue
get
Get Annotation Queues For Run
delete
Delete Run From Annotation Queue
patch
Update Run In Annotation Queue
post
Delete Runs From Annotation Queue
get
Get Total Size From Annotation Queue
get
Get Total Archived From Annotation Queue
get
Get Size From Annotation Queue
post
Create Identity Annotation Queue Run Status
api-key
6
audit-logs
1
auth
6
bulk-exports
11
charts
23
comments
6
commits
3
datasets
35
examples
15
experiment-view-overrides
5
experiments
1
feedback
16
feedback-configs
4
info
2
likes
1
mcp
4
me
4
metrics
1
model-price-map
4
optimization-jobs
9
Organizations
1
orgs
50
playground-settings
5
prompt-webhooks
6
prompts
2
public
20
repos
9
run
23
runs
4
sandboxes
12
SCIM Tokens
5
service-accounts
3
settings
2
tags
5
tenant
2
threads
2
tracer-sessions
26
TTL Settings
2
ttl-settings
2
usage-limits
4
workspaces
38
get
Ok
annotation-queues
Get Annotation Queue
get
/api/v1/annotation-queues/{queue_id}
Path parameters
queue_id
string
uuid
required
Response
Successful Response
AnnotationQueueSchemaWithRubric
required
AnnotationQueue schema with rubric.
description
string
nullable
created_at
string
date-time
updated_at
string
date-time
num_reviewers_per_item
integer
nullable
enable_reservations
boolean
nullable
reservation_minutes
integer
nullable
name
string
required
id
string
uuid
required
tenant_id
string
uuid
required
source_rule_id
string
uuid
nullable
run_rule_id
string
uuid
nullable
default_dataset
string
uuid
nullable
queue_type
'single'
|
'pairwise'
required
metadata
object
nullable
rubric_items
AnnotationQueueRubricItemSchema[]
nullable
rubric_instructions
string
nullable
Changes