---
title: "Get threat intel indicators DB information"
method: GET
path: "/v1/threatIntel/datastore/db"
tags: ["threatIntelIngest"]
---

# Get threat intel indicators DB information

`GET /v1/threatIntel/datastore/db`

Get threat intel indicators DB information, such as storage utilization and indicator counts

## Response `200`

Threat intel ingest DB information.

- DatastoreStatusResponse
  - `diskSize` integer, required — Total DB size in terms of disk bytes
  - `indicatorCount` integer, required — Total number of indicators in the DB
  - `indicatorLimit` integer, required — Limit number of indicators supported in the DB
  - `sourceStatus` DatastoreSourceStatusResponse[], required — A list of sources and their individual DB sizes and indicator counts
    - `source` string, required — The source name
    - `description` string — The source description
    - `diskSize` integer — Disk utilization in bytes estimate for the indicator source
    - `indicatorCount` integer — Number of indicators for the indicator source
    - `sumoProvided` boolean — True if sumo provided source
    - `supportsCat` boolean — True if can be used in cat operator
    - `enabled` boolean — True if enabled

## Other responses

- `default` — Operation failed with an error.

---

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