---
title: "Queue Size"
method: GET
path: "/serverless/apps/{owner}/{name}/queue"
tags: ["Serverless", "Apps"]
---

# Queue Size

`GET /serverless/apps/{owner}/{name}/queue`

Retrieves the current queue size for a specific application.

## Path parameters

- `owner` string, required — Username of the app owner
- `name` string, required — Application name

## Response `200`

Successfully retrieved queue information

- object — Status of the app queue
  - `queue_size` integer, required — Current number of requests in the queue

## Other responses

- `401` — Authentication required
- `403` — Access denied
- `404` — Resource not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/fal/apis/platform-apis.md) · [All operations](https://skmtc.dev/fal/apis/platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fal/platform-apis/revisions/0c7dabf80b00/schema)
