Skip to content

List automation logs

Paginated list of every comment that triggered this automation, with send status and commenter info.

GET /v1/comment-automations/{automationId}/logs

Paginated list of every comment that triggered this automation, with send status and commenter info.

Parameters

  • automationId (path, string) required

  • status (query, string) — Filter by result status

  • limit (query, integer)

  • skip (query, integer)

Responses

200 — Trigger logs with pagination

  • success (boolean)
  • logs (array)
  • pagination (object)

401

404