[Yandex Cloud documentation](../../index.md) > [Yandex DataLens](../index.md) > DataLens Public API > [DataLens API](index.md) > getEntriesPermissions

# DataLens API: Get entries permissions

## HTTP request

```
POST https://api.datalens.tech/rpc/getEntriesPermissions
```

## Body parameters

**Request schema: application/json**

```json
{
  "entryIds": [
    "string"
  ]
}
```

#|
||Field | Description ||
|| entryIds[] | **string**

Required field.  ||
|#

## Response {#200}

**HTTP Code: 200**

Response

**Response schema: application/json**

```json
{}
```