- Integrations
- /
- Weaviate
- /
- Actions
- /
- List Collections
WActionWeaviateUpdated May 2026
How do I list Weaviate collections?
Short answer: Drop the "Weaviate → List Collections" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Sample request
{}
Returns
{"classes": [{"class": "Document","properties": [{"name": "content","dataType": ["text"]}]}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Collections.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Collections.
What does the List Collections action do in Weaviate?
Lists every collection (class) defined in this Weaviate instance along with its vectorizer and property schema. Use as the first step in any cross-collection automation.
What inputs does List Collections require?
List Collections has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Weaviate returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Collections support batch operations?
Yes. Run List Collections inside a Loop node to process arrays. Tiny Command handles Weaviate's rate limits automatically so you don't have to throttle manually.
More actions
Other Weaviate actions.
Action
Insert Object
Inserts a single object into a Weaviate collection. Weaviate auto-embeds the text properties via the collection's configured vectorizer (e.g. text2vec-openai), or you can pass a precomputed vector array.
ActionSearch Objects
Runs a semantic GraphQL search: Weaviate vectorizes your query via the collection's configured vectorizer and returns the nearest-neighbor objects. Pass properties to control which fields come back.
Send list collections from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.