Skip to main content
POST
Buscar status de mensagens

Autorizações

apikey
string
header
obrigatório

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Parâmetros de caminho

instance
string
obrigatório

O nome de exibição do número no painel do Pilot Status.

Corpo

application/json
where
object

Filtro com _id, remoteJid, id, fromMe, participant ou status.

Exemplo:
where.status
string

Um dos valores ERROR, PENDING, SERVER_ACK, DELIVERY_ACK, READ, PLAYED.

limit
integer

Número máximo de registros a serem retornados.

Exemplo:

20

Resposta

Sucesso — corpo de resposta nativo do provedor.

id
string
obrigatório

MessageUpdate record id (cuid).

keyId
string
obrigatório

Message key id the status refers to.

remoteJid
string
obrigatório

Chat JID of the message.

fromMe
boolean
obrigatório

Whether the message was sent by this account.

status
string
obrigatório

Status value, e.g. PENDING, SERVER_ACK, DELIVERY_ACK, READ, DELETED.

messageId
string
obrigatório

Related Message record id.

instanceId
string
obrigatório

Owning instance id.

participant
string | null

Group participant JID, when applicable.

pollUpdates
object | null

Poll vote updates payload, when applicable.