---
title: "Query logs"
method: GET
path: "/api/v1/projects/{projectId}/logs"
tags: ["Telemetry read"]
---

# Query logs

`GET /api/v1/projects/{projectId}/logs`

Returns log rows filtered by any combination of trace_id, service, severity, free-text search, and time range. Newest first.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `trace_id` string
- `service` string
- `severity` string
- `search` string
- `from` string
- `to` string
- `limit` integer

## Response `200`

OK

- object — ClickHouse rows. Shape mirrors what the dashboard /explore/* endpoints return.

## Other responses

- `400` — Malformed input
- `401` — Missing / wrong-type / revoked token
- `404` — Resource not found in this org

---

[API](https://skmtc.net/superlog/apis/superlog-management-api.md) · [All operations](https://skmtc.net/superlog/apis/superlog-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlog/superlog-management-api/revisions/2f60b7ba8dc6/schema)
