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:
--filter-file:
filter.json
Flags
get
Get an audience segment by ID.
list
List audience segments.
--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.

