---
title: "BSI Trust-Level Stats"
method: GET
path: "/v3/bsi/trust"
tags: ["Business Service Intelligence"]
---

# BSI Trust-Level Stats

`GET /v3/bsi/trust`

Returns counts of BSI IPs and CIDRs grouped by trust level.
Use `date=now` for current information or
`date=YYYY-MM-DD` for historical information.

This endpoint requires the proper BSI entitlements.

## Query parameters

- `date` string

## Response `200`

OK - request successful.

- BSITrustResponse
  - `date` string — The snapshot date the response was rendered against. Echoes the `date` query parameter when supplied, or the literal string `now` for live queries.
  - `source` string — Where the data was sourced from. `db` indicates current BSI IP data; `s3` indicates historical data.
  - `stats` object
    - `trust_levels` object[]
      - `trust_level` string
      - `ip_count` integer
      - `cidr_count` integer

## Other responses

- `400` — Bad request - request syntax is invalid for the specified endpoint. Verify request syntax and try again.
- `401` — Unauthorized. Please check your API key.
- `403` — Forbidden - request is not authorized due to an invalid API key or plan limitations. If due to plan limitations, contact sales@greynoise.io to upgrade your plan and unlock full results.
- `404` — Resource not found.
- `500` — Unexpected error

---

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