search_data_assets
Search for data assets with filtering, sorting, and pagination options to find datasets, results, models, or combined assets in Code Ocean.
Instructions
Search for data assets with filtering, sorting, and pagination options. Compact results: {items: [{id, n, d, t}], has_more, next_token, item_count}.
Item fields: id=id, n=name, d=description (truncated), t=tags (limited). Pagination: item_count returns the number of items in the current page. Use next_token for additional pages when has_more=true. Set include_field_names=true to add field_names with full labels. Use get_data_asset(id) if full details needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_params | Yes | ||
| include_field_names | No |