---
title: "List recent daemon activity"
method: GET
path: "/api/activity"
tags: ["daemon"]
---

# List recent daemon activity

`GET /api/activity`

## Query parameters

- `limit` string — Maximum entries to return

## Response `200`

OK

- ActivityOutputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `entries` ActivityEntry[], nullable, required
    - `component` string, required
    - `details` object
    - `event` string, required
    - `message` string, required
    - `ts` string, date-time, required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/kenn-io/apis/roborev.md) · [All operations](https://skmtc.net/kenn-io/apis/roborev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kenn-io/roborev/versions/fe4e5cad4210/schema)
