---
title: "This resource returns action plan configurations both automated and manual for a given TOE."
method: GET
path: "/v1/action_plan/{toe_id}"
tags: ["Action Plans"]
---

# This resource returns action plan configurations both automated and manual for a given TOE.

`GET /v1/action_plan/{toe_id}`

This API returns action plan configurations both automated and manual for a given TOE. The end-user needs to input the TOE ID (toe_id) for a given action plan in the API request.

## Path parameters

- `toe_id` string, required

## Response `200`

OK

- ActionPlanConfig
  - `automatic_action_plan_config` AutomaticActionPlanConfig
    - `automated` boolean — Is the action plan automated?
    - `frequency` 30 | 60 | 90 — The frequency of the action plan.
    - `recipients` Recipient[] — An array of recipients.
      - `first_name` string, required — The first name of the recipient.
      - `last_name` string, required — The last name of the recipient.
      - `email` string, required — The email address of the recipient. External recipients domain checked against the TOE domain.
      - `internal` boolean, required — Is the recipient internal? Internal recipients only receives confirmation emails when action plan is shared. At least one external recipient is required if not previously shared.
  - `issue_summary` IssueSummary
    - `action_plan_last_shared_on` string — The date and time the action plan was last shared.
    - `current_open_issues_count` integer — The count of currently open issues.
    - `total_resolved_issues_count` integer — The count of resolved issues.
    - `total_shared_issues_count` integer — The count of shared issues.
  - `manual_action_plan_config` ManualActionPlanConfig
    - `recipients` Recipient[] — An array of recipients.
      - `first_name` string, required — The first name of the recipient.
      - `last_name` string, required — The last name of the recipient.
      - `email` string, required — The email address of the recipient. External recipients domain checked against the TOE domain.
      - `internal` boolean, required — Is the recipient internal? Internal recipients only receives confirmation emails when action plan is shared. At least one external recipient is required if not previously shared.

## Other responses

- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.
- `404` — The URI didn't match an existing resource.

---

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