---
title: "Company Risks"
method: GET
path: "/api/v1/risk/company"
tags: ["Endpoints", "Risk"]
---

# Company Risks

`GET /api/v1/risk/company`

This endpoint provides the same information that is available on the Human Layer Risk Hub page.

## Query parameters

- `after_checkpoint` string
- `limit` integer

## Response `200`

Request was successfully processed

- object
  - `checkpoint` string, required — The cursor for pagination
  - `additional_results` boolean, required — Flag indicating that more results are available.
  - `results` ScoresDatapoint[], required — The list of daily risk scores.
    - `timestamp` string, date, required — Timestamp of the datapoint.
    - `total_score` number, float, required — Overall risk score.
    - `phishing_score` number, float, required — The risk of employees being tricked by phishing attacks leading to business email compromise, credential theft, data loss, or malware.
    - `exfiltration_score` number, float, required — The risk of employees exfiltrating sensitive data to non-business accounts outside of the organization.
    - `accidental_data_loss_score` number, float, required — The risk of employees accidentally leaking sensitive data outside of the organization.
    - `data_sensitivity_score` number, float, required — The risk associated with the sensitivity and volume of data shared by employees outside the organization.
    - `security_awareness_score` number, float, required — The risk associated with employee security awareness, which includes employee engagement with security warnings, number of security warnings and number of exfiltration attempts.

## Other responses

- `400` — There was a problem with the request
- `401` — There was a problem with the request
- `403` — Invalid token or API is not enabled
- `429` — Rate limited - wait a few seconds and try again
- `500` — Server error
- `503` — Server error
- `504` — Server error

---

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