search_cases
Search DataArt case studies by text query and/or tag IDs with pagination. Pass an empty query to browse all cases. Use GetCaseTags to discover available tag IDs before filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. Default is 1. | |
| query | Yes | Text to search in title and description. Pass empty string to skip text filtering. | |
| tagIds | No | Comma-separated tag IDs to filter by (e.g. "12,45"). Pass empty string to skip tag filtering. | |
| pageSize | No | Items per page. Default is 20, maximum 50. |