# catalog_enrollment_pathways_search_retrieve Search pathway enrollments based on user or pathway identifiers. Returns paginated enrollment results. Endpoint: GET /api/catalog/enrollment/pathways/search/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Response 200 fields (application/json): - `user_id` (integer) - `username` (string) - `pathway_id` (string) - `pathway_uuid` (string) - `platform_key` (string) - `org` (string) - `name` (string) - `slug` (string) - `created` (string,null) Date when enrollment began/activated - `ended` (string,null, required) Date when enrollment ended/deactivated - `active` (boolean) Whether the enrollment is active - `metadata` (any,null)