Kaizen

Kaizen Buckets

Fetch and filter buckets from the Kaizen platform with comprehensive filtering options

The Kaizen Buckets block fetches buckets from the Kaizen platform with powerful filtering capabilities. Use this block to retrieve buckets by collection, creator, tags, or todos contained in buckets. Works with Kaizen Todos and Kaizen Add Todos for workflow automation.

Block Type

kaizen_buckets

Input Fields

Pagination

FieldDefaultDescription
page1Page number
limit20Results per page (max: 100)

Search and Filters

FieldDescription
searchText search across bucket titles and notes
tagIdsFilter by specific tags (tag-selector or comma-separated IDs)
collectionFilterFilter by collection: "" (all), owned, library, liked, saved, featured
creatorIdFilter buckets by specific creator (creator-selector)
todoIdsFilter buckets containing these todos; use todo-selector or <block_id.todoIds>

Sorting

FieldOptionsDescription
sortBy"", createdAt, updatedAt, title, numberOfTodosField to sort by
sortOrderdesc, ascSort direction

Options

FieldDefaultDescription
includeStatsfalseInclude statistics (likes, saves, comments, todos) in the response

Outputs

OutputTypeDescription
bucketsarrayArray of bucket objects
bucketIdsarrayArray of bucket IDs
paginationobjectPagination info

Common Use Cases

Fetch Buckets for Current User Library

inputs:
  collectionFilter: library
  limit: 20

Find Buckets Containing Specific Todos

inputs:
  todoIds: "<kaizen_todos_1.todoIds>"
  limit: 10

Get a Single Bucket by ID (via reference)

Use Kaizen Todos or another block to get a bucket ID, or use the bucket-selector in the UI. Downstream blocks can reference: <kaizen_buckets_1.bucketIds> or the first bucket's ID.

Referencing Outputs

Use the <block_id.bucketIds> or <block_id.buckets> syntax in downstream blocks:

bucketId: "<kaizen_buckets_1.bucketIds>"
# or for Add Todos / Manage Todo Buckets
bucketIdsReference: "<kaizen_buckets_1.bucketIds>"

The bucketIds output is ideal for passing to Kaizen Add Todos, Kaizen Manage Todo Buckets, or Kaizen Todos (bucket filter).

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