# GetAdvancedSearchReports - Advanced Documentation ## Overview Returns custom reports linked to a specific advanced search, for use as export format options. ## Parameters - **AdvancedSearchID** - ID of the advanced search to find linked reports for ## Return Structure Returns `IEnumerable` - each entry has only **ID** and **Name**. These are not full report definitions. ## Implementation Details - Filters the company's cached custom reports (via `GetCustomReportsInsecure`) to return only those whose `RelatedSearches` collection contains a match for the provided `AdvancedSearchID` - Returns minimal data (ID and Name) to populate export format dropdowns in the advanced search UI - Requires valid person login and company selection