> ## Documentation Index
> Fetch the complete documentation index at: https://developer.kyberis.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Batch Investigation Workflows

> Use batch endpoints for bounded, per-item threat investigation at scale.

Batch endpoints help agents process multiple entities or claims while preserving per-item uncertainty.

## Available Batch Endpoints

| Endpoint                      | Use                                       |
| ----------------------------- | ----------------------------------------- |
| `/v2/entity-resolution/batch` | Resolve multiple inputs                   |
| `/v2/evidence/batch`          | Retrieve evidence for multiple claims     |
| `/v2/relationships/batch`     | Pivot relationships for multiple subjects |
| `/v2/assessments/batch`       | Run multiple deterministic assessments    |

## Limits and Scopes

API schema caps are `1..50` items per batch. Plans or MCP clients may enforce smaller limits. Batch endpoints require the read scope and the matching `batch:*` scope.

## Reporting Guidance

Return item-level status. Do not collapse ambiguous, failed, or low-confidence items into a single success summary.
