Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • 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 DataLens
  • DataLens neuroanalyst
  • Gallery in DataLens
    • How to use the Public API
    • Versioning
    • Release notes
      • Overview
      • createCollection
      • deleteCollection
      • deleteCollections
      • getCollectionBreadcrumbs
      • getCollection
      • getCollectionContent
      • getRootCollectionPermissions
      • moveCollection
      • moveCollections
      • updateCollection
      • getConnection
      • createConnection
      • updateConnection
      • deleteConnection
      • getDashboard
      • createDashboard
      • updateDashboard
      • deleteDashboard
      • getDataset
      • createDataset
      • updateDataset
      • deleteDataset
      • validateDataset
      • getEntriesRelations
      • getEntries
      • getQLChart
      • deleteQLChart
      • updateQLChart
      • createQLChart
      • getWizardChart
      • deleteWizardChart
      • updateWizardChart
      • createWizardChart
      • createWorkbook
      • deleteWorkbook
      • deleteWorkbooks
      • getWorkbook
      • getWorkbooksList
      • moveWorkbook
      • moveWorkbooks
      • updateWorkbook
      • getWorkbookEntries
      • getEditorChart
      • deleteEditorChart
      • createEditorChart
      • updateEditorChart
      • createEmbed
      • listEmbeds
      • deleteEmbed
      • updateEmbed
      • getEntriesPermissions
      • createEmbeddingSecret
      • listEmbeddingSecrets
      • deleteEmbeddingSecret
      • getEmbeddingSecret
      • getAuditEntriesUpdates
      • updateCollectionAccessBindings
      • createFolder
      • listDirectory
      • updateWorkbookAccessBindings
  • Audit Trails events

In this article:

  • HTTP request
  • Body parameters
  • Filters
  • OrderBy
  • Response
  1. DataLens Public API
  2. DataLens API
  3. getEntries

DataLens API: Get entries

Written by
Yandex Cloud
Updated at March 16, 2026
View in Markdown
  • HTTP request
  • Body parameters
  • Filters
  • OrderBy
  • Response

Returns the specified DataLens entry.

HTTP requestHTTP request

POST https://api.datalens.tech/rpc/getEntries

Body parametersBody parameters

Request schema: application/json

{
  "<allOf>": [
    {
      "excludeLocked": "boolean",
      "includeData": "boolean",
      "includeLinks": "boolean",
      "filters": {
        "name": "string"
      },
      "orderBy": {
        "field": "string",
        "direction": "string"
      },
      "createdBy": "unknown",
      "page": "number",
      "pageSize": "number",
      "includePermissionsInfo": "boolean",
      "ignoreWorkbookEntries": "boolean"
    },
    "unknown"
  ]
}

All of:

Field

Description

excludeLocked

boolean

Exclude locked entries from results.

includeData

boolean

Include data in the response.

includeLinks

boolean

Include links in the response.

filters

Filters

Filtering configuration.

orderBy

OrderBy

Required field. Sorting configuration.

createdBy

Any of string | string

Filter entries by creator.

page

number

Page number for pagination.

pageSize

number

Number of entries per page.

includePermissionsInfo

boolean

Include permission information in response.

ignoreWorkbookEntries

boolean

Ignore workbook entries in results.

The body is empty.

Field

Description

Empty

FiltersFilters

Filtering configuration.

Field

Description

name

string

Filter entries by name.

OrderByOrderBy

Sorting configuration.

Field

Description

field

enum

Required field. Field to order by entries:

  • createdAt — date of field creation;
  • name — name of the field.

direction

enum

Required field. Sorting direction.

  • desc — descending;
  • asc — ascending.

ResponseResponse

HTTP Code: 200

Response schema: application/json

{
  "nextPageToken": "string",
  "entries": [
    {
      "<anyOf>": [
        {
          "isLocked": "boolean",
          "entryId": "string",
          "scope": "string",
          "type": "string"
        },
        {
          "entryId": "string",
          "key": "string",
          "scope": "string",
          "type": "string",
          "meta": "object | null",
          "createdAt": "string",
          "updatedAt": "string",
          "createdBy": "string",
          "updatedBy": "string",
          "savedId": "string",
          "publishedId": "string | null",
          "hidden": "boolean",
          "workbookId": "string | null",
          "workbookTitle": "string | null",
          "collectionId": "string | null",
          "collectionTitle": "string | null",
          "isFavorite": "boolean",
          "isLocked": "boolean",
          "permissions": {
            "execute": "boolean",
            "read": "boolean",
            "edit": "boolean",
            "admin": "boolean"
          },
          "links": "object | null",
          "data": {
            "string": "unknown"
          }
        }
      ]
    }
  ]
}

Field

Description

nextPageToken

string

Indicates if there are more pages.

entries[]

unknown

Required field. Entry information.

Was the article helpful?

Previous
getEntriesRelations
Next
getQLChart
© 2026 Direct Cursus Technology L.L.C.