# Get history of an inventory Fetches the history for a given inventoryId, changes are grouped based on the revision id. Endpoint: GET /inventories/{inventoryId}/history Version: v1 Security: bearerAuth ## Path parameters: - `inventoryId` (integer, required) ID of the Inventory Example: 1 ## Query parameters: - `limit` (integer) Page Size. Number Of Records to fetch per page - `offset` (integer) Page Number. Index of the page to start with(starts from 1) ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 500 fields