/assetsList assets
Returns inventory devices. `status` defaults to `in_storage`; `in_use` rows additionally carry `purchase_order` and `assigned_date`.
Query parameters
statuscountrydevice_typeserial_numbersearchitem_idupdated_aftersortlimitcursorExample response
json
{
"data": [
{
"id": "c3d4e5f6-0718-4293-a4b5-c6d7e8f90a1b",
"serial_number": "C02X5K3JMD6T",
"company": "Acme",
"country": "United States",
"device_type": "Laptop",
"description": "MacBook Pro 14 M5 Pro",
"employee": null,
"condition": "Good",
"status": "in_storage",
"quantity": 1,
"completion_date": "2026-01-20",
"created_at": "2026-01-20T09:00:00.000Z",
"updated_at": "2026-02-01T12:00:00.000Z"
}
],
"meta": { "has_more": false, "next_cursor": null, "total": 1 }
}