---
title: "List all existing chatbot objects"
method: GET
path: "/v1/chatbots/objects"
tags: ["Chatbot"]
---

# List all existing chatbot objects

`GET /v1/chatbots/objects`

## Query parameters

- `Id` integer
- `Name` string
- `Language` string
- `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
- `sortCol` string
- `sortDir` string

## Response `200`

OK

- ChatbotObjectQueryResult
  - `totalItems` integer
  - `items` ChatbotObject[], nullable
    - `id` integer
    - `departmentId` integer
    - `name` string, required
    - `language` string, nullable
    - `code` string, nullable

---

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