---
title: "Generate a CSV containing Scorecard Domains"
method: POST
path: "/reports/footprint-domains"
tags: ["reports"]
---

# Generate a CSV containing Scorecard Domains

`POST /reports/footprint-domains`

Note: requesting a report for a company where score is still calculating will be accepted, but might fail to generate if a score is not determined soon enough. It's recommended to check a score is available before requesting a report

## Request body

- ScorecardFootprintCSVReportCreationV2
  - `domain` string, required — Domain name for the Footprint export
  - `assets` string — selected assets for the Footprint export

## Response `200`

a reference to the created report

## Other responses

- `403` — company must be added to a portfolio first.
- `404` — company doesn't have a scorecard yet, you can add it to any portfolio to get the company scored.

---

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