---
title: "This resource returns the list of active report request."
method: GET
path: "/v1/toe_reports"
tags: ["TOE Reports"]
---

# This resource returns the list of active report request.

`GET /v1/toe_reports`

This resource returns all report requests submitted in the last 24 hours by the client.

## Response `200`

OK

- ToeReportOrdered[] — All toe report requests by customer in the last 24 hours.
  - `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.

---

[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)
