Skip to main content
GET
/
analytics
/
overview
Real-time dashboard overview
curl --request GET \
  --url https://api.autoprintfarm.com/public/v1/analytics/overview \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "date": "<string>",
    "printers": {
      "total": 123,
      "idle": 123,
      "printing": 123,
      "paused": 123,
      "maintenance": 123,
      "offline": 123,
      "error": 123
    },
    "jobs": {
      "pending": 123,
      "queued": 123,
      "printing": 123,
      "processing": 123,
      "today_completed": 123,
      "today_failed": 123
    },
    "tasks": {
      "pending": 123,
      "collection": 123,
      "assembly": 123,
      "filament_change": 123
    },
    "hubs": {
      "total": 123,
      "online": 123
    },
    "alerts": {
      "low_stock": 123
    }
  }
}

Authorizations

Authorization
string
header
required

API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.

Response

Overview snapshot

success
enum<boolean>
required
Available options:
true
data
object
required