ThreatLocker Versions
versionsList available ThreatLocker agent versions, check their availability and default status, and identify release dates to plan upgrades.
Instructions
Query available ThreatLocker agent versions.
Returns all agent versions available in the portal, including which are enabled for installation, which is the default for new groups, and when each was released.
Common workflows:
List all available versions: action=list
Find the latest version: action=list, look for highest version number with isEnabled=true
Check if a specific version is still available: action=list, search results for version string
Identify the default version for new computer groups: action=list, look for isDefault=true
Plan upgrade rollouts: action=list, compare to installed versions from computers tool
Permissions: Edit Computers, Edit Computer Groups, View Computers, Install Computers. No pagination — returns all versions in a single response. Key response fields: label (version string), value (version ID), isEnabled, dateTime (release date), isDefault, OSTypes.
Related tools: computers (see installed versions per machine), scheduled_actions (schedule version updates), computer_groups (group-level version settings)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | list=get all available ThreatLocker agent versions | |
| fetchAllPages | No | Fetch all pages automatically (max 10 pages). Default: false (single page). | |
| response_format | No | Output format: markdown (default, human-readable) or json (structured) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | list: array of agent versions | |
| error | No | ||
| success | Yes | ||
| pagination | No |