Get Runs From Annotation Queue.
func (
r *AnnotationQueueRunService) List(ctx context.Context,
queueID string,
query AnnotationQueueRunListParams,
opts ...option.RequestOption) (res *[]RunSchemaWithAnnotationQueueInfo,
err error
)Get Runs From Annotation Queue
Deprecated: Deprecated: use the annotation queue items list method (GET /api/v1/platform/annotation-queues/{queue_id}/items) instead. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
query* | AnnotationQueueRunListParams | |
opts* | ...option.RequestOption |