Limai Docs
CLI Reference

schema

Inspect a model or deployment's extraction schema

$limai schema <subcommand>

Inspect the extraction schema of a model or deployment, and its extracted data.

Options
--jsonOutput raw JSON
--verboseEnable debug logging

Subcommands

limai schema get <extractionSchemaId>

Get the details of a model or deployment's extraction schema, including its tables and columns.

limai schema get <extractionSchemaId>

limai schema data <extractionSchemaId>

Get all extracted data for a model or deployment.

limai schema data <extractionSchemaId>

Examples

View schema structure

limai schema get es_abc123

Export all extracted data as JSON

limai schema data es_abc123 --json

On this page