---
title: "Queue Details"
method: GET
path: "/v2/nvcf/queues/functions/{functionId}"
tags: ["Queue Details"]
---

# Queue Details

`GET /v2/nvcf/queues/functions/{functionId}`

Provides details of all the queues associated with the specified function.  If a function has multiple versions and they are all deployed, then the  response includes details of all the queues. If the specified function  is public, then Account Admin cannot perform this operation. Requires a bearer token or an api-key with 'queue_details' scope in the HTTP  Authorization header.

## Path parameters

- `functionId` string, uuid, required

## Response `200`

OK

- GetQueuesResponse — Request queue details of all the functions with same id in an account
  - `functionId` string, uuid, required — Function id
  - `queues` QueueDto[], required — Details of all the queues associated with same named functions
    - `functionVersionId` string, uuid, required — Function version id
    - `functionName` string, required — Function name
    - `functionStatus` 'ACTIVE' | 'DEPLOYING' | 'ERROR' | 'INACTIVE' | 'DELETED', required — Function status
    - `queueDepth` integer — Approximate number of messages in the request 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)
