Serverless
Apps
Queue Size
Retrieves the current queue size for a specific application.
get/serverless/apps/{owner}/{name}/queue
Path parameters
ownerstring required
Username of the app owner
Example:user_123
Username of the app owner
namestring required
Application name
Example:my-app
Application name
Response
Successfully retrieved queue information
Example response
{
"queue_size": 5
}