Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Interconnect
    • Overview
    • Terminology
    • Points of presence
    • Transceivers
    • Trunk
    • Private connection
    • Public connection
    • Routing
    • Monitoring
    • Data size and connection capacity
    • Quotas and limits
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
  • Pricing policy
  • Release notes

In this article:

  • HTTP request
  • Query parameters
  • Response
  • Partner
  1. API reference
  2. REST
  3. Partner
  4. List

Cloud Interconnect API, REST: Partner.List

Written by
Yandex Cloud
Improved by
Tania L.
Updated at February 21, 2025
  • HTTP request
  • Query parameters
  • Response
  • Partner

Retrieves the list of Partner resources in the specified folder.

HTTP requestHTTP request

GET https://cic.api.cloud.yandex.net/cic/v1/partners

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

The maximum number of results per page to return. If the number of available
results is larger than pageSize,
the service returns a ListPartnersResponse.nextPageToken
that can be used to get the next page of results in subsequent list requests. Default value: 100.

pageToken

string

Page token. To get the next page of results, set pageToken to the
ListPartnersResponse.nextPageToken returned by a previous list request.

filter

string

A filter expression that filters resources listed in the response.
The expression must specify:

  1. The field name. Currently you can use filtering only on [Subnet.name] field.
  2. An = operator.
  3. The value in double quotes ("). Must be 3-63 characters long and match the regular expression [a-z][-a-z0-9]{1,61}[a-z0-9].

ResponseResponse

HTTP Code: 200 - OK

{
  "partners": [
    {
      "id": "string",
      "regionId": "string",
      "status": "string"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

partners[]

Partner

List of Partner resources.

nextPageToken

string

This token allows you to get the next page of results for list requests. If the number of results
is larger than ListPartnersRequest.pageSize, use
the nextPageToken as the value
for the ListPartnersRequest.pageToken query parameter
in the next list request. Subsequent list requests will have their own
nextPageToken to continue paging through the results.

PartnerPartner

A Partner resource.

Field

Description

id

string

ID of the partner.

regionId

string

ID of the region that the partner belongs to.

status

enum (Status)

Status of the partner.

  • STATUS_UNSPECIFIED
  • UP
  • DOWN

Was the article helpful?

Previous
Get
Next
Overview
© 2025 Direct Cursus Technology L.L.C.