get_category
Fetch a specific category by its ID within a dataset, including categories that have been soft-deleted.
Instructions
Get a category, including a soft-deleted category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes | Owning dataset identifier. | |
| category_id | Yes | Category identifier to fetch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | Describe one category through the stable public interface. |