Skip to main content
POST
Find message statuses

Authorizations

apikey
string
header
required

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

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
where
object

Filter with _id, remoteJid, id, fromMe, participant, or status.

Example:
where.status
string

One of ERROR, PENDING, SERVER_ACK, DELIVERY_ACK, READ, PLAYED.

limit
integer

Maximum number of records to return.

Example:

20

Response

Success — provider-native response body.

id
string
required

MessageUpdate record id (cuid).

keyId
string
required

Message key id the status refers to.

remoteJid
string
required

Chat JID of the message.

fromMe
boolean
required

Whether the message was sent by this account.

status
string
required

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

messageId
string
required

Related Message record id.

instanceId
string
required

Owning instance id.

participant
string | null

Group participant JID, when applicable.

pollUpdates
object | null

Poll vote updates payload, when applicable.