Files
playbook/antigravity-awesome-skills/skills/weaviate/references/get_collection.md
T
2026-06-29 16:09:10 +00:00

761 B

Get Collection Details

Get detailed configuration of a specific collection including vectorizer, properties, replication, and multi-tenancy settings.

Usage

uv run scripts/get_collection.py --name "CollectionName" [--json]

Parameters

Parameter Flag Required Default Description
--name -n Yes Collection name
--json No false Output in JSON format

Output

  • Default: Markdown-formatted collection details with property table
  • JSON: Full collection configuration object

Examples

uv run scripts/get_collection.py --name "Articles"
uv run scripts/get_collection.py --name "Products" --json