Error
A valid request URL is required to generate request examples{
"items": [
{
"added_at": "<string>",
"id": "<string>",
"item_type": "RUN",
"last_reviewed_time": "<string>",
"project_id": "<string>",
"queue_id": "<string>",
"run_id": "<string>",
"source_proposed_example_id": "<string>",
"start_time": "<string>",
"thread_id": "<string>"
}
]
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}Add annotation queue items
Add RUN or THREAD items to a single annotation queue. RUN items require run_id unless they are created from a suggested example. THREAD items require thread_id and project_id.
POST
/
api
/
v1
/
platform
/
annotation-queues
/
{queue_id}
/
items
Error
A valid request URL is required to generate request examples{
"items": [
{
"added_at": "<string>",
"id": "<string>",
"item_type": "RUN",
"last_reviewed_time": "<string>",
"project_id": "<string>",
"queue_id": "<string>",
"run_id": "<string>",
"source_proposed_example_id": "<string>",
"start_time": "<string>",
"thread_id": "<string>"
}
]
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}{
"detail": "<string>",
"details": {
"adapter": "<string>",
"item_type": "<string>",
"run_id": "<string>"
},
"error_class": "PARSE_FAILURE",
"instance": "<string>",
"remedy": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}Authorizations
API KeyTenant IDBearer Auth
Path Parameters
Annotation queue ID
Query Parameters
Extend trace retention for added run items
Body
application/json
Maximum array length:
100Show child attributes
Show child attributes
Response
Created
Show child attributes
Show child attributes
Was this page helpful?

