ProjectSummaryConfigQueryAction
Returns the AI project summary types available in the org so an agent can answer "What project summaries are available?". Each summary has a key (the configuration name to pass to the Generate Project Summary action) and a matching human-readable label.
| Property | Value |
| Label | Get Available Project Summaries |
| Category | — |
| Since | Summer 2026 |
| Read-only | Yes |
| Supports Agents | Yes |
| Supports Flows | No |
| Async Action | No |
| Keywords | available summaries, summary types, project summary configuration |
Request Parameters
| Field | Type | Label | Description | Required |
searchTerm | String | Search Term | Optional case-insensitive text to filter the available summaries by label. Leave blank to return every available project summary. | No |
Response Parameters
| Field | Type | Label | Description | Required |
summaryKeys | List<String> | Summary Keys | The configuration names of the available project summaries. Pass a key to the Generate Project Summary action to produce that summary. | No |
summaryLabels | List<String> | Summary Labels | The display names of the available project summaries, aligned with Summary Keys. | No |
errorMessage | String | Error Message | Error message if the action encounters any issues; null on success. | No |
|