Meta Business Agent
Get connector failure logs
Third-party failures over the last 7 days (window at most 7 days, default the last 24 hours). Each entry carries failure_code_name and error_message.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
accountId*string
WhatsApp social account id (the number must be managed through the Cloud API).
connectorId*string
Query Parameters
startTime?integer
Unix seconds.
endTime?integer
Unix seconds.
limit?integer
Range
1 <= value <= 1000toolId?string
includeStats?boolean
Add success rate and latency percentiles.
summaryOnly?boolean
Aggregate failure patterns instead of entries.
topN?integer
Range
1 <= value <= 50Response Body
application/json
application/json
application/json
application/json
application/json
{ "data": [ {} ], "stats": {}}Was this page helpful?