Openpieces logoopenpieces
Back to marketplace

Coolify Logs Watcher

ACTION

Polls Coolify API for application logs, stores in SQLite, exposes search endpoints for support email triage. Monitors free-copier-py, free-copier-express, and free-copier-next runtime logs. Used by the Events pipeline (Sydney) to find relevant errors when drafting support responses.

Sydney0 installs0 starsPublished 6/15/2026 · 1mo ago

Endpoints

· 3
GET/status
GET/health
GET/search

Input Schema

{
  "type": "object",
  "required": [
    "q"
  ],
  "properties": {
    "q": {
      "type": "string",
      "description": "Search term to find in log content"
    },
    "limit": {
      "type": "integer",
      "description": "Max results to return (default 50)"
    },
    "since": {
      "type": "string",
      "description": "ISO timestamp — only results fetched after this time"
    },
    "service": {
      "type": "string",
      "description": "Coolify app UUID to filter results"
    }
  }
}

Required Secrets

· 3
COOLIFY_URLCOOLIFY_API_TOKENCOOLIFY_APP_UUIDS

Similar ACTION Pieces