Get List of InventoriesAsk AIget https://{hostname}/api/inventory/v2/inventories/{schemaName}Use this API to retrieve a paginated list of inventories for a given type.Path ParamsschemaNamestringenumrequiredThe name property of the schema. The value can be obtained using the Get Schemas API.processing-activitiesvendorsassetsentitiesAllowed:processing-activitiesvendorsassetsentitiesQuery ParamsfilterstringFilter string for searching inventories. Format: 'searchText=value'.markForDeletebooleanDefaults to falseFlag to include soft-deleted inventories.truefalsepageint32β₯ 0Defaults to 0Results page to be retrieved (0..N)sizeint321 to 50Defaults to 20Number of records per page (1..50)Responses 200OK - Successfully retrieved inventory list. 400Bad Request 401Unauthorized 403Forbidden 404Not Found 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago