Actions
Get Target
Get the details of a target by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Target ID | The ID of the target to get the details of. |
{
"computerId": "00000000-0000-0000-0000-000000000000",
"computerName": "",
"computerDescription": "",
"createdDate": "",
"createdBy": 0,
"isDeleted": false,
"deletionDate": "",
"deletedBy": 0,
"canPhoneHome": false,
"agentId": "00000000-0000-0000-0000-000000000000",
"agentVersion": "",
"agentLastContacted": "",
"agentIsTemporary": false,
"agentOperatingsystem": "",
"processorName": "",
"createdByType": 0,
"isAlive": false,
"username": "",
"groups": "",
"hasPersonAssociation": false,
"activeDirectoryStatus": "",
"createdByUsername": ""
}
Was this page helpful?