Get categories for a specific path
esa_get_categoriesRetrieve category details and subcategories for a given category path, with options to include associated posts and parent categories.
Instructions
Retrieves category information and subcategories for a specific category path, with optional posts and parent categories included
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts from 1) | |
| select | Yes | Category path to retrieve | |
| include | No | Additional information to include | |
| perPage | No | Number of items per page | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| descendantPosts | No | Include descendant posts (only effective with include=posts) |