Get results

Usage

View complete details for a specific result:

command
jack results get 1757611894020555151
output
Request:

→ Task: plugins:sync
→ Connected targets: agent1

 Agent: agent1

→ groupID: 1757611894020470092
→ id: 1757611894020555151
→ output:
    Unchanged:
    * Name: demo

This shows comprehensive information including:

  • Task Info: Which plugin and task was executed (plugins:sync).
  • Connected targets: Which agents were targeted.
  • Agent Info: Which agent executed the task.
  • Group ID: If part of a group result, shows the group ID.
  • Result ID: Unique identifier for this execution.
  • Output: Complete task output (stdout content).

Verbose output

Use the --verbose flag for additional agent details:

jack results get 1757611894020555151 --verbose

Group results

When you run a task on multiple agents, Jackadi creates a result group that contains individual results for each agent. In the result listing, group results are displayed differently when running jack results list:

Individual Results:

[] 1757611904715915620 * 2025-09-11 17:31:44
    agent1

Group Results:

[] 1757611904715808178 * 2025-09-11 17:31:44
    1757611904715894360,1757611904715915620

Get detailed information about a group result:

command
jack results get 1757611904715808178
output
Request:

→ Task: health:ping
→ Connected targets: agent1, agent2

 Agent: agent2

→ groupID: 1757611904715808178
→ id: 1757611904715894360
→ output:
    true

 Agent: agent1

→ groupID: 1757611904715808178
→ id: 1757611904715915620
→ output:
    true

Result status indicators

Status symbols

Results are displayed with status indicators:

  • [✓]: Successful
  • : Failed
  • ?: Unknown

Result information

Each result listing shows:

  • Unique ID: Large numeric identifier for the result.
  • Timestamp: Completion time in YYYY-MM-DD HH:MM:SS format.
  • Agent/Group Info: Either the executing agent name or list of result IDs for group results.