SkillQueryAction
Searches for Skills by partial name match. Returns matching Skill records with their names, descriptions, and Active or Inactive status.
| Property | Value |
| Label | Search Skills |
| Category | Skills |
| Since | Summer 2026 |
| Read-only | Yes |
| Supports Agents | Yes |
| Supports Flows | No |
| Async Action | No |
| Keywords | find, lookup, certifications, competency |
Request Parameters
| Field | Type | Label | Description | Required |
skillName | String | Skill Name | The full or partial name of the Skill to search for. Must be at least 2 characters. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
matchingSkills | List<Skill__c> | Matching Skills | The Skill 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 Skills. | No |
isResponseTruncated | Boolean | More Results Available | Indicates that more matching Skills exist than are displayed. Narrow the search name to reduce the number of results. | No |
|