comment automations
List trigger logs for an automation
Paginated list of every comment that triggered this automation, with send status and commenter info.
AuthorizationBearer <token>
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
automationIdstring
Query Parameters
status?string
Filter by result status
Value in
"sent" | "failed" | "skipped"limit?integer
Default
50skip?integer
Default
0Response Body
application/json
application/json
curl -X GET "https://zernio.com/api/v1/comment-automations/string/logs"Empty
{
"error": "Unauthorized"
}{
"error": "Not found"
}