Skip to main content
GET
/
assembly
/
stats
Assembly task counts
curl --request GET \
  --url https://api.autoprintfarm.com/public/v1/assembly/stats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "by_status": {
      "pending": {
        "count": 123,
        "total_quantity": 123
      },
      "in_progress": {
        "count": 123,
        "total_quantity": 123
      },
      "completed": {
        "count": 123,
        "total_quantity": 123
      },
      "cancelled": {
        "count": 123,
        "total_quantity": 123
      }
    },
    "total_units_awaiting": 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