Actions
List Targets
List the details of all the targets.

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 |
|---|---|
| Page | The page number to get the results from. Note: When no page number is provided, only the last 10 records are returned. |
{
"page": 0,
"totalPages": 0,
"totalRecords": 0,
"currentPageRecords": 0,
"targets": [
{
"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,
"groups": "",
"hasPersonAssociation": false,
"activeDirectoryStatus": "",
"createdByUsername": ""
}
]
}
Was this page helpful?