---
title: "List Agent logs"
method: GET
path: "/agent-analytics/logs"
tags: ["Project"]
---

# List Agent logs

`GET /agent-analytics/logs`

List Agent access logs from your log provider integration or access file upload

## Query parameters

- `project_id` string — Required if using a company api key
- `limit` number
- `offset` number
- `start_date` string, date — full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- `end_date` string, date — full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- `bot_ids` string[] — List of bot IDs to filter by. you will get it from /agent-analytics/bots

## Response `200`

Response for status 200

- object
  - `data` object[], required
    - `bot_id` string, required
    - `timestamp` string, required
    - `request_method` string, required
    - `request_host` string, required
    - `request_path` string, required
    - `response_status` number, required
    - `user_agent` string, required
    - `client_ip` string
    - `referer` string
  - `total_count` number, required — Total number of agent logs in storage
  - `totalCount` number, required — Total number of agent logs in storage

---

[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)
