Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud documentation
  • All sections
  • Yandex Cloud API
  • API Gateway
  • Application Load Balancer
  • Audit Trails
  • Billing
  • Cloud CDN
  • Certificate Manager
  • Yandex Cloud CLI
  • Cloud Apps
  • Cloud Backup
  • Cloud Desktop
  • Cloud Interconnect
  • Cloud Logging
  • Cloud Video
  • Compute Cloud
  • Container Registry
  • Container Solution
  • Yandex Data Processing
  • Data Transfer
  • Data Streams
  • DataLens
  • DataSphere
  • Cloud DNS
  • Getting started
  • Trial period
  • Cloud Functions
  • AI Studio
  • Identity and Access Management
  • IoT Core
  • Key Management Service
  • Load Testing
  • Lockbox
  • Managed Service for Apache Airflow™
  • Managed Service for Apache Kafka®
  • Managed Service for Apache Spark™
  • Managed Service for ClickHouse
  • Yandex MPP Analytics for PostgreSQL
  • Managed Service for Kubernetes®
  • Yandex StoreDoc
  • Managed Service for MySQL®
  • Managed Service for OpenSearch
  • Managed Service for PostgreSQL
  • Managed Service for Sharded PostgreSQL
  • Yandex Managed Service for Valkey™
  • Managed Service for Trino
  • Managed Service for YTsaurus
  • Marketplace partner interface
  • Message Queue
  • Yandex MetaData Hub
  • Using Microsoft products
  • Monitoring
  • Network Load Balancer
  • Identity Hub
  • Yandex Cloud overview
  • Yandex Cloud partner program
  • Resource Manager
  • Yandex Cloud tutorials
  • Yandex Search API
  • Security in Yandex Cloud
  • Security Deck
  • SmartCaptcha
  • Smart Web Security
  • SpeechKit
  • Object Storage
  • Yandex Cloud technical support
  • Serverless Containers
  • Translate
  • Vision
  • Virtual Private Cloud
  • WebSQL
  • Managed Service for YDB
  • Troubleshooting
  • Query
  • Management console

In this article:

  • Request
  • Request parameters
  • Response
  • Response fields
  • GetQueueUrl errors
  • Sample request
  • Response example

GetQueueUrl method

Written by
Yandex Cloud
Updated at October 4, 2024
  • Request
    • Request parameters
  • Response
    • Response fields
    • GetQueueUrl errors
  • Sample request
  • Response example

Returns the URL of the specified queue. Specify the queue name to get its URL.

RequestRequest

Request parametersRequest parameters

Parameter Type Required parameter Description
QueueName string Yes Queue name. The maximum length is 80 characters. You can use numbers, letters, underscores, and hyphens. Case-sensitive.
QueueOwnerAWSAccountId string No This parameter is ignored.

ResponseResponse

Response fieldsResponse fields

Field Type Description
QueueUrl string URL of a queue.

GetQueueUrl errorsGetQueueUrl errors

For a list of errors common for all methods, see Common errors.

HTTP code Error ID Description
400 NonExistentQueue The queue with the specified name doesn't exist.

Sample requestSample request

Action=GetQueueUrl
&Version=2012-11-05
&QueueName=sample-queue

For more information about forming requests, see General API request format.

Response exampleResponse example

<GetQueueUrlResponse>
    <GetQueueUrlResult>
        <QueueUrl>
            https://message-queue.api.cloud.yandex.net/b1g8ad42m6he********/dj6000000000********/sample-queue
        </QueueUrl>
    </GetQueueUrlResult>
    <ResponseMetadata>
        <RequestId>
            9637ef3c-d4356097-ea190ef9-e1d566f-c57b2cd6d7abea7ae7c94371********
        </RequestId>
    </ResponseMetadata>
</GetQueueUrlResponse>

Was the article helpful?

© 2026 Direct Cursus Technology L.L.C.