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

# Detections Ingress Subgraph Reference

> Technical reference for the su-detections-ingress subgraph handling detection data ingestion.

# Detections Ingress Subgraph Reference

The `su-detections-ingress` subgraph handles incoming detection data ingestion.

## Subgraph Information

* **Name**: `su-detections-ingress`
* **Routing URL**: `https://rur9cuj7p0.execute-api.us-west-2.amazonaws.com/poc/graphql`
* **Last Updated**: 2025-10-09
* **SDL**: [View Schema](../schemas/sdl/su-detections-ingress.graphql)

## Overview

Detection dataset ingestion and registration.

## Root Query Fields

```graphql theme={null}
extend type Query {
  detectionsIngressDatasets(group: ID): [CamEngineDataset!]!
}
```

## Root Mutation Fields

```graphql theme={null}
extend type Mutation {
  reloadDetectionsIngressDatasets(group: ID): [CamEngineDataset!]!
}
```

## Related Resources

* **[Emissions Guide](../guides/emissions)** - Detection workflows
* **[Full SDL Schema](../schemas/sdl/su-detections-ingress.graphql)** - Complete type definitions
