Get All Company Items
machship_get_itemsRetrieve paginated list of saved items for a company, with options for start index and page size up to 200.
Instructions
Returns a paginated list of saved items for a company (max 200 per request).
Args:
companyId (number): Company ID
startIndex (number, optional): Pagination start index (default 1)
retrieveSize (number, optional): Number of items to retrieve (default 200, max 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID | |
| startIndex | No | Pagination start index | |
| retrieveSize | No | Items to retrieve (max 200) |