List assembly tasks
Assembly
List assembly tasks
Returns your post-print assembly tasks, ordered by status (in-progress first, then pending, then completed). Internal assignee user IDs and finished-good cross-references are not exposed.
GET
List assembly tasks
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 status
Available options:
pending, in_progress, completed, cancelled Filter by task kind: print_assembly (post-print assembly of a printed SKU) or kit_assembly (consumes child SKUs to assemble a composite parent).
Available options:
print_assembly, kit_assembly Maximum number of rows to return (1-100)
Required range:
1 <= x <= 100Number of rows to skip for pagination
Required range:
x >= 0