Kaizen

Kaizen Goals

Fetch and filter goals from Kaizen for AI-driven planning and goal-aligned todo selection

The Kaizen Goals block fetches goals with filtering by bucket, category, priority, and completion status. Use it when a workflow needs goal context for AI-driven decision making—for example selecting todos aligned with user goals, curating daily focus lists, or tracking progress. Combine with Agent, Kaizen Todos, or Kaizen Create Todos blocks.

Block Type

kaizen_goals

Input Fields

Pagination

FieldDefaultDescription
page1Page number for pagination
limit20Results per page (max: 100)

Filters

FieldDescription
bucketIdFilter goals belonging to a specific bucket. Use bucket-selector or <block_id.bucketIds>.
categoryFilter by category name (e.g. Health, Career, Learning).
priorityFilter by priority: LOW, MEDIUM, HIGH, URGENT.
isCompletedFilter by completion: empty (all), false (active only), true (completed only).

Sorting

FieldOptionsDefault
sortBycreatedAt, updatedAt, title, prioritycreatedAt
sortOrderdesc, ascdesc

Outputs

OutputTypeDescription
goalsarrayArray of goals matching the filter criteria
goalIdsarrayArray of goal IDs. Use for referencing in other blocks.
activeCountnumberNumber of active (not completed) goals in the result set
paginationobjectPagination info: page, limit, total, totalPages, hasMore

Common Use Cases

Get active goals for daily planning

Set Completion Status to Active (Not Completed) and use the goals (or goalIds) as context for an Agent or Kaizen Todos block to curate a daily focus list.

Filter by bucket

Use Bucket to fetch goals for a specific bucket. Reference from another block: <kaizen_buckets_1.bucketIds>.

Provide goal context to an Agent block

Fetch goals and pass goals or goalIds into an Agent block so the model can suggest todos or actions aligned with the user's goals.

Referencing Outputs

goalIds: "<kaizen_goals_1.goalIds>"

Filter by isCompleted=false to get only active goals for daily planning. Use pagination (page and limit) for large result sets.

On this page

On this page

Start building today
Trusted by over 60,000 builders.
Build Agentic workflows visually on a drag-and-drop canvas or with natural language.
Get started