SkillSetQueryAction
Searches for Skill Sets by partial name match. Returns matching Skill Set records with their names, descriptions, and Active or Inactive status.
| Property | Value |
| Label | Search Skill Sets |
| Category | Skills |
| Since | Summer 2026 |
| Read-only | Yes |
| Supports Agents | Yes |
| Supports Flows | No |
| Async Action | No |
| Keywords | find, lookup, capability, competency |
Request Parameters
| Field | Type | Label | Description | Required |
skillSetName | String | Skill Set Name | The full or partial name of the Skill Set to search for. Must be at least 2 characters. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
matchingSkillSets | List<Skill_Set__c> | Matching Skill Sets | The Skill Set records that match the search name. Returns no results if no matches are found or if the current user does not have access to the matching Skill Sets. | No |
isResponseTruncated | Boolean | More Results Available | Indicates that more matching Skill Sets exist than are displayed. Narrow the search name to reduce the number of results. | No |
validationMessage | String | Validation Message | When non-empty, the search input failed a guardrail (for example, fewer than 2 characters). Relay this message to the user verbatim and ask them to provide a longer name. | No |
|