Skip to main content
Most commands in this reference share these common flags:

Customers List

List and filter customers with pagination.

Flags

Examples

JSON Response

Pagination

Use --cursor to page through results:
In interactive mode, the CLI shows a hint after the table:

Customers Get

Get a detailed customer profile with optional sections.

Arguments

Flags

Examples

JSON Response

The --include users flag maps to the contacts key in the response, which contains user/contact data for that customer.

Customers Timeline

View the activity timeline for a customer, filtered by channel and event type.

Arguments

Flags

When --start-date or --end-date is provided, --timeframe is ignored.

Examples

JSON Response

Users List

List and filter users across your customer base.

Flags

Examples

JSON Response

Facts

Retrieve AI-generated facts, signals, and insights for a customer.

facts list Arguments

facts list Flags

facts get Flags

Examples

JSON Response

facts get returns the same canonical fact shape as facts list. Passing --include evidence requests a best-effort evidence expansion; unsupported include values are ignored.
Semantic search across customer context. Results are grouped at the artifact level, so matching sources and facts are returned directly instead of raw chunks.

Arguments

Flags

Examples

JSON Response

Search returns both matching source and fact artifacts when both are relevant. Multiple chunk hits from the same source are grouped into one source result.

Sources

Fetch one exact source by generic sourceType and sourceId.

Flags

Examples

Notify

Send a notification to the organization’s configured default notifier. Slack is the default notifier when no destination is supplied.

Arguments

Flags

Examples

Provide --markdown, --markdown-file, a positional payload, or --payload-file. When both payload forms are provided, --payload-file takes precedence. When both markdown forms are provided, --markdown-file takes precedence.

SQL

Execute read-only SQL queries against Outlit analytics views.

Arguments

Flags

Examples

JSON Response

Available Views

Use outlit schema to discover all views and their columns. Common views:

Schema

Discover analytics views and their column definitions.

Arguments

Examples

JSON Response