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
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
query* | AnnotationQueueRunListParams | |
opts* | ...option.RequestOption |