Skip to content

List activity logs

Unified logs endpoint. Returns logs for publishing, connections, webhooks, and messaging. Filter by type, platform, status, and time range. Logs are retained for 90 days.

GET /v1/logs

Unified logs endpoint. Returns logs for publishing, connections, webhooks, and messaging. Filter by type, platform, status, and time range. Logs are retained for 90 days.

Parameters

  • type (query, string) — Log category to query

  • status (query, string) — Filter by status

  • platform (query, string) — Filter by platform

  • action (query, string) — Filter by action (e.g., post.published, message.sent, account.connected, webhook.delivered)

  • search (query, string) — Free-text search across log fields

  • days (query, integer) — Number of days to look back (max 90)

  • limit (query, integer) — Maximum number of logs to return (max 100)

  • skip (query, integer) — Number of logs to skip (for pagination)

Responses

200 — Logs retrieved successfully

  • logs (array)
  • pagination (object)

401