---
title: "GET /v1/chat/{id}/automationRunLogs"
method: GET
path: "/v1/chat/{id}/automationRunLogs"
tags: ["Chat"]
---

# GET /v1/chat/{id}/automationRunLogs

`GET /v1/chat/{id}/automationRunLogs`

## Path parameters

- `id` integer, required

## Query parameters

- `ViewType` 0 | 1 — <p>Enum values:</p><ul><li><i>0 = List</i></li><li><i>1 = Kanban</i></li></ul>
- `Page` integer
- `ItemsPerPage` integer
- `ReturnTotalItems` boolean

## Response `200`

OK

- AutomationRunLogsByRecordQueryResult
  - `totalItems` integer
  - `items` AutomationRunLogsByRecord[], nullable
    - `id` integer
    - `automationId` integer
    - `departmentId` integer
    - `automationName` string, nullable
    - `automationDescription` string, nullable
    - `runAt` string, date-time
    - `linkedId` integer
    - `linkedType` integer
    - `isTimeBased` integer

---

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