Limai Docs
CLI Reference

schema

Extraction schema management

$limai schema <subcommand>

Inspect extraction schemas and their associated data.

Options
--jsonOutput raw JSON
--verboseEnable debug logging

Subcommands

limai schema get <extractionSchemaId>

Get the details of an extraction schema, including its tables and columns.

limai schema get <extractionSchemaId>

limai schema data <extractionSchemaId>

Get all extracted data for an extraction schema.

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