---
title: "This resource allows the ordering and downloading of toe reports"
method: POST
path: "/v1/toe_reports"
tags: ["TOE Reports"]
---

# This resource allows the ordering and downloading of toe reports

`POST /v1/toe_reports`

This endpoint provides the ordering of the following toe reports:
  - Executive Report - The Executive Report (executive-report) provides an executive summary  of the RiskRecon ratings and security performance metrics.
  - Summary Report - The RiskRecon Summary Report (summary-report) provides the summary  RiskRecon ratings and security performance metrics.
  - Detailed Report - The RiskRecon Detailed Report (detailed-report) provides the RiskRecon  ratings, security performance metrics, and detailed findings and recommendations.
  - Action Plan - The action plan (action-plan) on this toe.

## Request body

- OrderToeReport
  - `toe_id` string, required — The TOE to use to get pdf report
  - `report_type` 'executive-report' | 'summary-report' | 'detailed-report' | 'action-plan', required — Executive Report (executive-report), Summary Report (summary-report), Detailed Report (detailed-report), Action Plan (action-plan)

## Response `200`

OK

- ToeReportOrdered — When a report has been successfully ordered.
  - `request_id` number — The unique ID of the request.
  - `toe_id` string — TEO on which report was requested
  - `toe_name` string — The Company or entity name.
  - `analysis_id` number — The unique analysis Id
  - `report_type` string — The unique name of the report.
  - `report_key` string — The unique name of the report.
  - `status` string — The current status of the request.

## Other responses

- `400` — Something was wrong with the request
- `401` — Authentication information was missing or invalid or the user is not authorized to access resource or perform the associated action.
- `422` — The syntax of the request entity is correct, but server was unable to process the contained instructions.

---

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