---
title: "Generate a Company Events report"
method: POST
path: "/reports/events-json"
tags: ["reports"]
---

# Generate a Company Events report

`POST /reports/events-json`

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

- EventsReportCreation
  - `params` object
    - `scorecard_identifier` string, required — primary identifier of a company or scorecard
    - `date` string, required — the day when the events happened

## Response `200`

a reference to the created report

## Other responses

- `404` — company not found, or user has no access to it.

---

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