---
title: "RecoveryService Report"
method: POST
path: "/operations/trend_analysis/recovery_service"
tags: ["Reports"]
---

# RecoveryService Report

`POST /operations/trend_analysis/recovery_service`

Fetch the recovery service report based on cloud account usage

## Request body

- RecoveryServiceReportReq
  - `cloud_account_id` string — Specify the Cloud Account ID. This can be fetched from List CloudAccounts API call.
  - `tenant_id` string — Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.

## Response `200`

Created

- RecoveryServiceReportRes
  - `status` string — status response
  - `message` string — message response
  - `data` object — recovery service data

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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