---
title: "Trigger knowledge graph discovery"
method: POST
path: "/api/graphiti/discover"
tags: ["Knowledge Graph"]
---

# Trigger knowledge graph discovery

`POST /api/graphiti/discover`

Starts a background discovery agent session that explores the full observability environment and ingests findings into the knowledge graph. Returns immediately with a run ID that can be polled for status.

## Response `200`

Discovery run started

- object
  - `runId` string — Unique run ID for tracking the discovery session
  - `status` 'running' — Initial status of the discovery run

## Other responses

- `400` — Knowledge graph not configured

---

[API](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api.md) · [All operations](https://skmtc.net/consensys/apis/ask-o11y-ai-powered-observability-assistant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/consensys/ask-o11y-ai-powered-observability-assistant-api/versions/3ccc03eccaef/schema)
