---
title: "Queue Position"
method: GET
path: "/v2/nvcf/queues/{requestId}/position"
tags: ["Queue Details"]
---

# Queue Position

`GET /v2/nvcf/queues/{requestId}/position`

Using the specified function invocation request id, returns the estimated  position of the corresponding message up to 1000 in the queue. Requires a bearer token or an api-key with 'queue_details' scope in the HTTP  Authorization header.

## Path parameters

- `requestId` string, uuid, required

## Response `200`

OK

- GetPositionInQueueResponse — Request position in queue for invocation request
  - `functionVersionId` string, uuid, required — Function version id
  - `functionId` string, uuid, required — Function id
  - `positionInQueue` integer — Position of request in queue

---

[API](https://skmtc.dev/brevdev/apis/cloud-functions.md) · [All operations](https://skmtc.dev/brevdev/apis/cloud-functions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brevdev/cloud-functions/revisions/add37b001ffc/schema)
