Get a run from an annotation queue at the specified index.
getRunFromAnnotationQueue(queueId: string, index: number): Promise<RunWithAnnotationQueueInfo>| Name | Type | Description |
|---|---|---|
queueId* | string | The ID of the annotation queue |
index* | number | The index of the run to retrieve |