List print jobs
Returns your print jobs, most recent first. Internal scheduling and tracking fields are not exposed.
Authorizations
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.
Query Parameters
Filter by job status. pending_start jobs are waiting for an available heating slot (staggered starts).
queued, pending_start, processing, uploaded, printing, paused, completed, failed, cancelled Filter by printer ID
Filter by product ID
Return jobs created on or after this ISO-8601 timestamp (e.g. 2026-01-01T00:00:00Z)
Return jobs created on or before this ISO-8601 timestamp
Maximum number of rows to return (1-100)
1 <= x <= 100Number of rows to skip for pagination
x >= 0