---
title: "Live AI bot traffic on TensorFeed"
method: GET
path: "/api/agents/activity"
tags: ["Agents"]
---

# Live AI bot traffic on TensorFeed

`GET /api/agents/activity`

Last hits per known AI bot user-agent (ClaudeBot, GPTBot, Applebot, etc). Useful for understanding crawler adoption.

## Response `200`

Recent agent hits

- object
  - `today_count` integer
  - `last_updated` string, date-time
  - `recent` object[]
    - `bot` string
    - `endpoint` string
    - `timestamp` string, date-time

---

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