list_contents
Retrieve content items and collections from a hub profile workspace with pagination, filtering by type, archive status, and exclusions.
Instructions
List content items in a hub profile with cursor-based pagination.
workspace_id: target workspace ID — get available IDs from list_workspaces()
types: ["Content"], ["Collection"], or None for both (default)
Returns {"items": [...], "cursor": "..." | null}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | ||
| cursor | No | ||
| page_size | No | ||
| workspace_id | Yes | ||
| only_archived | No | ||
| hub_profile_id | Yes | ||
| exclude_contents | No | ||
| exclude_categories | No | ||
| exclude_collections | No |