search_pipelines
Search for computational pipelines with filtering, sorting, and pagination options to find specific workflows in Code Ocean.
Instructions
Search for pipelines with filtering, sorting, and pagination options. Compact results: {items: [{id, n, s, d, t}], has_more, next_token, item_count}.
Item fields: id=id, n=name, s=slug, 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_capsule(id) if full details needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_params | Yes | ||
| include_field_names | No |