menu.view-all-docsVonage Cloud RuntimeOverviewGetting StartedIntroduction to Cloud RuntimePlatform DefinitionsWorking in the CloudWorking LocallyDebuggingDeployingManaging ProjectsAI SkillMCP ServerguidesOverviewConfiguration FileSessionsSecretsSDK OverviewStateless ArchitectureIntegrating the Server SDKsSecurityProvidersOverviewVoiceMessagesConversationStateQueueSchedulerAssetsLoggerCode Snippetsmenu.globalGet Account StateGet Instance StateGet your Application URLVerify CallbacksUse the LoggerCreate a SessionGet SessionsCreate a Vonage JWTUnsubscribe from Webhooksmenu.voice-providerHandle an Incoming CallHandle Call EventsGet a Call Recordingmenu.messages-providerListen for Incoming MessagesListen for Incoming Eventsmenu.conversation-providerListen for Conversation Eventsmenu.state-providerKey-Value State OperationsTable State OperationsList State Operationsmenu.queue-providerList QueuesCreate a QueueGet a QueueUpdate a QueueDelete a QueuePause a QueueResume a QueueAdd Queue TasksDead Letter Queuemenu.scheduler-providerSchedule a CallbackCancel a Scheduled CallbackGet a Scheduled JobGet all Scheduled Jobsmenu.assets-providerCreate a DirectoryUpload FilesRemove a File or DirectoryUpload DataList Files and DirectoriesGenerate a File's LinkGet a FileRelease NotesGeneral Release NotesServer SDK Release NotesNode.jsCLI Release Notes List Queues The Queue provider allows you to list the queues you have created. Method Signature widgets.copy list() Listing Queues widgets.copy const queues = await queue.list(); widgets.copy queues = await queue.list() components.quickLinkSidebar.navigation List Queues Method Signature Listing Queues
List Queues The Queue provider allows you to list the queues you have created. Method Signature widgets.copy list() Listing Queues widgets.copy const queues = await queue.list(); widgets.copy queues = await queue.list()