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
Deprecated: Deprecated: use the annotation queue items list and retrieve_placement methods instead, which call GET /api/v1/platform/annotation-queues/{queue_id}/items and GET /api/v1/platform/annotation-queues/{queue_id}/items/{item_id}/placement. Will be removed after Jan 31, 2027.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
queueID* | string | |
index* | int64 | |
query* | AnnotationQueueGetRunParams | |
opts* | ...option.RequestOption |