---
title: "Get Essentials database slow-log by database id"
method: GET
path: "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/slow-log"
tags: ["Databases - Essentials"]
---

# Get Essentials database slow-log by database id

`GET /v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/slow-log`

Get slow-log for a specific database identified by Essentials subscription Id and database Id

## Path parameters

- `subscriptionId` integer, required
- `databaseId` integer, required

## Response `200`

OK

- DatabaseSlowLogEntries
  - `entries` DatabaseSlowLogEntry[]
    - `id` integer
    - `startTime` string, date-time
    - `duration` integer
    - `arguments` string
  - `links` object[]

## Other responses

- `400` — Bad Request - The server cannot process the request due to something that is perceived to be a client error
- `401` — Unauthorized - Authentication failed for requested resource
- `403` — Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)
- `404` — Not Found - The resource you were trying to reach was not found or does not exist
- `412` — Precondition Failed - Feature flag for this flow is off
- `429` — Too Many Requests - Too many resources are concurrently created / updated / deleted in the account. Please re-submit API requests after resource changes are completed)
- `500` — Internal system error - If this error persists, please contact customer support
- `503` — Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support

## Changes

- **2026-06-15** `8971c4af5109` — 1 info
  - endpoint added
- **2025-10-09** `1941d15a9e54` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-cloud-api/changes/v1/fixed/subscriptions/:subscriptionId/databases/:databaseId/slow-log/get.md)

---

[API](https://skmtc.dev/redis/apis/redis-cloud-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-cloud-api/revisions/ee0aee506f21/schema)
