List Pubsub Failed Messages
Query error messages from operations of the current client.
Request samples
curl --location -g --request GET 'https://iot.exati.com.br/pubsub/failedMessages?guiaUuid={{guia-uuid}}'
Responses
application/json
Successfully queried error messages from operations.
[
{
"messageKey": "string",
"endpoint": "string",
"messageContent": "string",
"error": "string",
"attempts": 0,
"idClient": 0,
"createdAt": "2019-08-24T14:15:22Z",
"operationCode": "IOT_HUB_DEVICE_UPDATE"
}
]
Modified at 2025-07-31 15:07:21