Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/scanner/reference/categories
{ "categories": [ { "id": "<string>", "name": "<string>", "level": 123, "parent_id": "<string>", "children": [ null ] } ], "count": 123 }
Returns hierarchical category tree.
Hierarchical category tree
Show child attributes