---
title: "get all pending manual commands that still needs values to be returned"
method: GET
path: "/manual/"
tags: ["manual"]
---

# get all pending manual commands that still needs values to be returned

`GET /manual/`

get all pending manual commands that still needs values to be returned

## Response `200`

OK

- ApiInteractionCommandData[]
  - `command` string, required — The command for the agent either command
  - `commandb64` boolean — Indicates if the command is in b64
  - `description` string, required — The description from the workflow step
  - `execution_id` string, required — The id of the execution
  - `out_args` CacaoVariables, required
  - `playbook_id` string, required — The id of the CACAO playbook executed by the execution
  - `step_id` string, required — The id of the step executed by the execution
  - `target` CacaoAgentTarget, required
    - `address` CacaoAddresses
    - `agent_target_extensions` CacaoExtensions
    - `authentication_info` string
    - `category` string[]
    - `contact` CacaoContact
      - `contact_details` string
      - `email` object
      - `phone` object
    - `description` string
    - `id` string
    - `location` CacaoCivicLocation
      - `administrative_area` string
      - `building_details` string
      - `city` string
      - `country` string
      - `description` string
      - `latitude` string
      - `longitude` string
      - `name` string
      - `network_details` string
      - `postal_code` string
      - `precision` string
      - `region` string
      - `street_address` string
    - `logical` string[]
    - `name` string, required
    - `port` string
    - `sector` string
    - `type` string, required
  - `type` string, required — The type of this content

## Other responses

- `400` — Bad Request

## Changes

> 4 revisions in range; 1 not diffed.

- **2024-03-06** `53bae137e6cc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cossas/apis/soarca-api/changes/manual/get.md)

---

[API](https://skmtc.dev/cossas/apis/soarca-api.md) · [All operations](https://skmtc.dev/cossas/apis/soarca-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cossas/soarca-api/revisions/5f7892d12e12/schema)
