| Field Name | Data Type | Description |
|---|---|---|
textSearch | string | Search materials by name. |
ids | Array<string> | Filter by specific material IDs. |
from | number | [DEFAULT: 0] Pagination start index. |
size | number | [DEFAULT: 50] Number of results to return (max 50). |
sort | object | Sorting configuration { field: string, order: "asc" | "desc" }. |