---
title: "Chatbot status"
method: GET
path: "/v1/send/chatbot/{id}"
tags: ["Envio"]
---

# Chatbot status

`GET /v1/send/chatbot/{id}`

Consulta o status atual de um disparo de chatbot enfileirado anteriormente pelos endpoints de envio.<br />
O parâmetro id aceita o ID retornado no momento do envio.<br />
Este endpoint tem rate limit individual e permite 1000 requisições a cada 2 minutos.

## Path parameters

- `id` string, required

## Response `200`

Success

- PublicRespSendMessageDTO
  - `id` string, uuid
  - `createdAt` string, date-time
  - `updatedAt` string, date-time, nullable
  - `companyId` string, uuid
  - `sessionId` string, uuid, nullable
  - `status` 'PROCESSING' | 'SAVED' | 'QUEUED' | 'SENT' | 'DELIVERED' | 'READ' | 'FAILED' | 'DELETED' | 'WAIT_REPLY'
  - `senderId` string, nullable
  - `statusUrl` string, nullable
  - `sentAt` string, date-time, nullable
  - `failedReason` string, nullable
  - `callbackUrl` string, nullable
  - `waitReply` boolean, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/helena/apis/core.md) · [All operations](https://skmtc.net/helena/apis/core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helena/core/versions/811b2cdd2ec2/schema)
