APIRecommendations
List recommendations
List a project's configuration recommendations (data sources, MCP connectors, sandbox CLIs, and integrations) with each item's live connection status.
Query Parameters
projectId?string
Project to list recommendations for. Auto-filled from CLI and SDK context when omitted.
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/recommendations"{ "recommendations": [ { "kind": "log_source", "targetId": "string", "status": "connected", "roiScore": 0, "priority": 1 } ]}