---
title: "Check whether the chatbot meets the publish preconditions; returns per-condition blockers"
method: GET
path: "/v1/chatbots/{id}/publish-check"
tags: ["Chatbot"]
---

# Check whether the chatbot meets the publish preconditions; returns per-condition blockers

`GET /v1/chatbots/{id}/publish-check`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ChatbotPublishCheckModel
  - `canPublish` boolean
  - `blockers` ChatbotPublishBlocker[], nullable
    - `code` string, nullable
    - `message` string, nullable
    - `args` object, nullable
    - `category` string, nullable
    - `sortOrder` 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)
