---
title: "List Bots"
method: GET
path: "/agent-analytics/bots"
tags: ["Project"]
---

# List Bots

`GET /agent-analytics/bots`

List all known AI agent bots from agent analytics.

## Query parameters

- `project_id` string — Required if using a company api key
- `limit` number
- `offset` number

## Response `200`

Success

- object — Success
  - `data` object[], required
    - `id` string, required
    - `provider` string, required
    - `type` string, required

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
