get-code-iq-automated-queries
Returns trimmed Code IQ automated analyses (architecture, scalability, EOL, AI functionality, etc.) for a project (aggregated) or a single vault. Excludes The Code Score — use get-the-code-score for that, and do not pass analysis_key=code_score here (404). Only cached results are returned; this never triggers a fresh analysis. Provide exactly one of project_id or vault_id. Requires full data access (a paid plan; verification-only plans are not included). Requires X-API-Key (existing users can generate an API key in the web app). If headers aren't supported, pass api_key in arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional API key for clients that cannot set X-API-Key headers. | |
| vault_id | No | Vault id (from create-code-vault or list_vaults). Returns data for this vault only. | |
| project_id | No | Project id (from create_project). Returns data aggregated across all vaults in the project. | |
| analysis_key | No | Optional: return only this analysis (e.g. project_architecture). Omit for all. |