Required permission: read_kit_assembly_tasks
Returns a paginated list of kit assembly tasks for the organization. Supports filtering by client, warehouse, kit product, assigned user, status, and priority, as well as a completed-at date range and free-text search on the reference number and status.
All filter parameters are optional. When no filters are provided, all kit assembly tasks accessible to the API key are returned. Client-level API keys are automatically scoped to their client; organization-level API keys may optionally scope results to a single client they own via client_id.
This endpoint uses cursor-based pagination. Use the next_cursor value from a response in the cursor parameter of the next request to fetch the following page; has_next_page indicates whether more results remain. For performance, this endpoint does not return total or filtered result counts.
Example use cases:
- Get all kit assembly tasks:
GET /kit-assembly-tasks - Get tasks still needing assembly:
GET /kit-assembly-tasks?statuses=unstaged,picking,staged - Get tasks for a client:
GET /kit-assembly-tasks?client_id=123 - Get tasks for a kit product:
GET /kit-assembly-tasks?kit_product_id=456 - Find a task by reference:
GET /kit-assembly-tasks?search_value=REF-1001
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
