cja_list_segments
Retrieve all available segments (filters) in Adobe Customer Journey Analytics, with options to filter by data view, name, tags, or include types.
Instructions
List all available segments/filters in CJA.
Segments (also called filters in CJA) are reusable components that filter data in reports and analysis. This tool retrieves all segments you have access to.
Args: dataview_id: Optional data view ID to filter segments (uses configured default if not provided). name: Filter segments by name (partial match). tag_names: Comma-delimited list of tag names to filter by. include_type: Include additional segments: 'shared', 'all', 'templates'. limit: Number of results per page (default: 10, max: 1000). page: Page number, 0-indexed (default: 0). expansion: Additional fields to include: 'definition', 'tags', 'compatibility', 'ownerFullName'.
Returns: Dictionary with segments list and metadata.
Example queries: - "List all available segments" - "Show me segments with 'mobile' in the name" - "What filters are tagged with 'marketing'?" - "List all shared segments"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataview_id | No | ||
| name | No | ||
| tag_names | No | ||
| include_type | No | ||
| limit | No | ||
| page | No | ||
| expansion | No |