---
title: "Get debug information"
method: GET
path: "/debug-info"
tags: ["System"]
---

# Get debug information

`GET /debug-info`

Get debug information about the daemon including database stats and runtime configuration

## Response `200`

Debug information retrieved successfully

- DebugInfoResponse
  - `path` string, required — Path to the SQLite database file
  - `size` integer, required — Size of the database file in bytes
  - `table_count` integer, required — Number of tables in the database
  - `stats` object, required — Database statistics
  - `cli_command` string, required — CLI command configured for MCP servers
  - `last_modified` string, date-time — Last modification time of the database file

## Changes

- **2025-08-21** `2b920ce727ce` — 1 info
  - endpoint added
- **2025-08-21** `b9205862e625` — 1 breaking
  - api path removed without deprecation
- **2025-08-21** `17230ef6925b` — 1 info
  - endpoint added
- **2025-08-05** `f3a20bfa8bea` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/humanlayer/apis/humanlayer-daemon-rest-api/changes/debug-info/get.md)

---

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