Get Library Categories
get_library_categoriesRetrieves the document library category list, with an optional detailed view that includes parent and child category relationships. Use to explore category hierarchy for organizing or filtering documents.
Instructions
Get the document library category list. The 'detailed' view also includes parent and child category relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | 'simple' returns name and slug only; 'detailed' also includes parent and child categories. Omit for the default (simple) view | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. |