v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
annotation_queue_records

Add Records To Annotation Queue

Add records to an annotation queue.

The request must specify either a list of record IDs or a filter tree to select records. All specified records must exist within the given project and run.

Permission checks:

  • User must have UPDATE permission on the annotation queue
  • User must have READ permission on the project containing the records

Returns 200 OK with the count of records added on success.

post/annotation_queues/{queue_id}/records

Path parameters

queue_idstring uuid4 required

Request body

project_idstring uuid4 required

Project ID containing the records

run_idstring uuid4 required

Run ID (log stream, experiment, or metrics testing) containing the records

Response

Successful Response

num_records_addedinteger required

Number of records added to the queue