# catalog_pathways_list Retrieve pathways matching query. Limited parameters. Endpoint: GET /api/catalog/pathways/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `item_id` (string) Item ID associated with the pathway - `name` (string) Pathway name - `pathway_id` (string) Pathway ID - `pathway_uuid` (string) Pathway UUID - `platform_key` (string) Platform key - `slug` (string) Pathway slug (case-insensitive) - `user_id` (integer) User ID of the pathway owner - `username` (string) Username of the pathway owner - `visible` (boolean) Whether the pathway is visible ## Response 200 fields (application/json): - `id` (integer, required) - `pathway_id` (string, required) A unique pathway ID. - `pathway_uuid` (string) - `path` (string, required) - `name` (string) The verbose name of the pathway. - `visible` (boolean) Pathway visibility - `slug` (string,null) An additional unique slug field. (Optional) - `user_id` (integer) - `username` (string) - `platform_key` (string) - `data` (any,null) Metadata