Back to API List To fetch the publish status of a given agent or the last completed status request for the agent. To initiate the Publish API, refer to Publish Bot.Documentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Value |
|---|---|
| Method | GET |
| Endpoint | https://{{host}}/api/public/bot/{{BotID}}/publish/status |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Not Applicable; Admin Console: Bot Publish > Publish Status |
Path Parameters
| Parameter | Description | Required |
|---|---|---|
host | The environment URL. For example, https://platform.kore.ai. | Required |
BotId | Bot ID or Stream ID. Access it under General Settings on the App Builder. | Required |
Sample Request
Body Parameters
No body parameters are passed.Sample Response
The possible values for the
status field in the response are successful, failed, or inprogress.