List print jobs
Jobs
List print jobs
Returns your print jobs, most recent first. Internal scheduling and tracking fields are not exposed.
GET
List print jobs
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
Available options:
queued, 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)
Required range:
1 <= x <= 100Number of rows to skip for pagination
Required range:
x >= 0