Skip to main content
Archived equipment is retrieved through the standard Get Equipment in Asset Vault endpoint by passing the status query parameter with the value Archived.

Example Request

GET /api/v2/client/equipment?status=Archived&page=1&per_page=15
The response shape is identical to the Get Equipment in Asset Vault endpoint, with only archived records returned in the data.data array.