List Things 3 Projects
things3_get_projectsRetrieve paginated list of Things 3 projects with status, area, tags, and dates. Use project IDs to filter or assign todos.
Instructions
List all projects in Things 3 with pagination.
Returns projects with their status, area, tags, and dates. Use the returned project IDs to filter todos or assign new todos to a project.
Args:
limit: Max results to return (default 50, max 200)
offset: Number of results to skip for pagination (default 0)
Returns: { items: Project[], total_available, offset, limit, has_more }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return (default 50) | |
| offset | No | Number of results to skip for pagination |