list_thoughts
Retrieve and filter captured thoughts by stream, classification, category, date range, or text search. Returns paginated results.
Instructions
List your captured thoughts with optional filtering by stream, classification, category, date range, or text search. Returns paginated results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| search | No | Search thoughts by content text | |
| stream | No | Filter by stream name (case-insensitive) | |
| category | No | Filter by category name (e.g., "Technology", "Business"). Case-insensitive. | |
| per_page | No | Items per page (default: 50, max: 100) | |
| stream_id | No | Filter by stream ID | |
| category_id | No | Filter by category ID | |
| created_after | No | Filter thoughts created after this date (ISO 8601) | |
| classification | No | Filter by classification name (e.g., "task", "idea", "theory"). Case-insensitive. | |
| created_before | No | Filter thoughts created before this date (ISO 8601) | |
| classification_id | No | Filter by thought type/classification ID |