View All docsVonage Cloud RuntimeOverviewGetting StartedIntroduction to Cloud RuntimePlatform DefinitionsWorking in the CloudWorking LocallyDebuggingDeployingManaging ProjectsGuidesOverviewConfiguration FileSessionsSecretsIntegrating the Server SDKsProvidersOverviewVoiceMessagesConversationStateQueueSchedulerAssetsCode SnippetsGlobal FunctionsGet Account StateGet Instance StateGet your Application URLVerify CallbacksUse the LoggerCreate a SessionGet SessionsCreate a Vonage JWTUnsubscribe from WebhooksVoiceHandle an Incoming CallHandle Call EventsGet a Call RecordingMessagesListen for Incoming MessagesListen for Incoming EventsConversationListen for Conversation EventsStateKey-Value State OperationsTable State OperationsList State OperationsQueueList QueuesCreate a QueueGet a QueueUpdate a QueueDelete a QueuePause a QueueResume a QueueAdd Queue TasksDead Letter QueueSchedulerSchedule a CallbackCancel a Scheduled CallbackGet a Scheduled JobGet all Scheduled JobsAssetsCreate a DirectoryUpload FilesRemove a File or DirectoryList Files and DirectoriesGenerate a File's LinkGet a FileRelease NotesSDK Release NotesCLI Release NotesPlatform 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() 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()