Skip to main content
GET
/
printers
/
{id}
/
status
Get live printer status
curl --request GET \
  --url https://api.autoprintfarm.com/public/v1/printers/{id}/status \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "printer_id": "<string>",
    "hub_online": true,
    "status": "<string>",
    "progress": 123,
    "nozzle_temp": 123,
    "bed_temp": 123,
    "chamber_temp": 123,
    "target_nozzle_temp": 123,
    "target_bed_temp": 123,
    "layer_num": 123,
    "total_layers": 123,
    "remaining_time_minutes": 123,
    "current_job_id": "<string>",
    "current_color": "<string>",
    "current_color_hex": "<string>",
    "current_filament_type": "<string>",
    "last_telemetry_at": "<string>"
  }
}

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.

Path Parameters

id
string
required

Response

Live status

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