---
title: "Backup Report"
method: POST
path: "/operations/trend_analysis/backup"
tags: ["Reports"]
---

# Backup Report

`POST /operations/trend_analysis/backup`

Fetch the backup report based on cloud account usage

## Request body

- CreateBackupReport
  - `span` 'PreviousMonth' | 'PreviousTwoMonths' | 'CurrentMonth' — span name
  - `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 `201`

Created

- BackupReportResponse
  - `status` string — status response
  - `message` string — message response
  - `data` object — Backup data

## Other responses

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

---

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