Skip to main content
GET
/
worklist
/
stats
Worklist task counts
curl --request GET \
  --url https://api.autoprintfarm.com/public/v1/worklist/stats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "by_status": {},
    "by_type": {},
    "overdue": 123,
    "total_active": 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

Stats

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