Skip to main content
The audience-segments command reads and creates audience segments, which are used to target campaigns and for filtering inside workflows.

create

Create a new audience segment. Provide the audience filter inline with --filter or from a JSON file with --filter-file. Set the filter inline with --filter:
Alternatively, load the filter from a JSON file with --filter-file:
filter.json
The full audience filter schema is documented in the API reference.

Flags

get

Get an audience segment by ID.

list

List audience segments.
Pass --pick to filter the list interactively with fzf and copy the selected audience segment ID to your clipboard. Requires fzf to be installed and on your PATH.

Flags

Last modified on July 29, 2026