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

queue_sizeinteger required

Current number of requests in the queue

Example response

{
  "queue_size": 5
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.