get_category_references
List content references in a category using cursor-based pagination. Provide workspace, channel, and category IDs to retrieve items and a cursor for the next page.
Instructions
List content references in a category with cursor-based pagination.
workspace_id: target workspace ID — get available IDs from list_workspaces()
Returns items and a cursor for the next page (null if no more pages).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| page_size | No | ||
| channel_id | Yes | ||
| category_id | Yes | ||
| workspace_id | Yes |