Queue Size
Retrieves the current queue size for a specific application.
GET
Queue Size
Documentation Index
Fetch the complete documentation index at: https://fal.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY
Path Parameters
Username of the app owner
Example:
"user_123"
Application name
Example:
"my-app"
Response
Successfully retrieved queue information
Status of the app queue
Current number of requests in the queue
Required range:
x >= 0Example:
5
Previous
Flush queueFlushes all pending requests from an application's queue.
**Authentication:** Required via API key
**Idempotency:**
- Optional `Idempotency-Key` header prevents duplicate flushes on retries
- Responses cached for 10 minutes per unique key
**Use Cases:**
- Clear stuck or outdated requests from the queue
- Reset queue state during development or testing
- Cancel all pending requests for an application
**Important:**
- This operation is irreversible
- All pending requests in the queue will be cancelled
- Requests already being processed will not be affected
Next
Queue Size