---
title: "Get agent call logs"
method: GET
path: "/ai-agent/{agentId}/logs/calls"
tags: ["Agent Logs"]
---

# Get agent call logs

`GET /ai-agent/{agentId}/logs/calls`

Get agent call logs

## Path parameters

- `agentId` string, required

## Query parameters

- `page` integer
- `limit` integer
- `sourceId` string
- `componentId` string
- `sessionID` string
- `inputDateFrom` string
- `inputDateTo` string
- `outputDateFrom` string
- `outputDateTo` string
- `tags` string

## Response `200`

agent call logs

- ResponseMessage
  - `message` string

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/revisions/1475e078fb4a/schema)
