Appearance
Paginated list of every comment that triggered this automation, with send status and commenter info.
GET /v1/comment-automations/{automationId}/logs
automationId (path, string) required
automationId
status (query, string) — Filter by result status
status
limit (query, integer)
limit
skip (query, integer)
skip
200 — Trigger logs with pagination
success
logs
pagination
401
404
List automation logs
Paginated list of every comment that triggered this automation, with send status and commenter info.
GET /v1/comment-automations/{automationId}/logsPaginated list of every comment that triggered this automation, with send status and commenter info.
Parameters
automationId(path, string) requiredstatus(query, string) — Filter by result statuslimit(query, integer)skip(query, integer)Responses
200 — Trigger logs with pagination
success(boolean)logs(array)pagination(object)401
404