# List recommendation prompts for a platform Get all recommendation prompts for a specific platform. Optionally filter by SPA URL or recommendation type. Endpoint: GET /api/ai-search/prompts/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Response 200 fields (application/json): - `platform_key` (string, required) - `prompt_text` (string, required) - `recommendation_type` (string, required) - `spa_url` (string,null) - `active` (boolean, required) - `created_at` (string, required) - `updated_at` (string, required) - `created_by` (string,null) Username of who created this prompt ## Response 400 fields ## Response 401 fields ## Response 403 fields