---
title: "Get Heartbeat Logs"
method: GET
path: "/api/user/heartbeat-logs"
---

# Get Heartbeat Logs

`GET /api/user/heartbeat-logs`

List heartbeat logs for the current user, most recent first.

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- HeartbeatLogListResponse
  - `total` integer, required
  - `items` HeartbeatLogItemResponse[], required
    - `id` integer, required
    - `user_id` string, required
    - `action_type` string
    - `message_text` string
    - `channel` string
    - `reasoning` string
    - `tasks` string
    - `created_at` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-23** `bf5f82d4f563` — 1 info
  - endpoint added
- **2026-03-20** `4c528359213d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/user/heartbeat-logs/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/579c110de1b8/schema)
