---
title: "Return all queries executed by clients on a node."
method: GET
path: "/log/{clusterId}/{dataCenterId}/{nodeId}"
tags: ["log"]
---

# Return all queries executed by clients on a node.

`GET /log/{clusterId}/{dataCenterId}/{nodeId}`

## Path parameters

- `clusterId` string, required
- `dataCenterId` string, required
- `nodeId` string, required

## Query parameters

- `filter` string

## Response `200`

Queries executed

- QueryLog[]
  - `datacenter_id` integer
  - `node_id` integer
  - `query` string
  - `consistency_level` string
  - `serial_consistency_level` string
  - `connection` string
  - `timestamp` unknown

## Other responses

- `404` — Cluster/Datacenter/Node not found

## Changes

- **2017-04-21** `ce1bef505fa2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/datastax/apis/simulacron-rest-api/changes/log/:clusterId/:dataCenterId/:nodeId/get.md)

---

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