Get a run from an annotation queue.
func (
r *AnnotationQueueService) GetRun(ctx context.Context,
queueID string,
index int64,
query AnnotationQueueGetRunParams,
opts ...option.RequestOption) (res *RunSchemaWithAnnotationQueueInfo,
err error
)Get a run from an annotation queue
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
index* | int64 | |
query* | AnnotationQueueGetRunParams | |
opts* | ...option.RequestOption |