---
title: "GET /graph/path"
method: GET
path: "/graph/path"
---

# GET /graph/path

`GET /graph/path`

## Query parameters

- `src` string, required
- `dst` string, required
- `max` integer

## Response `200`

Path result

- object
  - `found` boolean, required
  - `edges` Edge[], required
    - `src_id` string, required
    - `dst_id` string, required
    - `type` string, required
    - `valid_from` string, date-time, required
    - `valid_to` string, date-time
    - `evidence_msg` string
    - `weight` number, required
    - `attrs` object

## Other responses

- `default` — RFC 9457 problem details

---

[API](https://skmtc.net/scalytics/apis/kafsiem-analyst-api.md) · [All operations](https://skmtc.net/scalytics/apis/kafsiem-analyst-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalytics/kafsiem-analyst-api/versions/d56f871e544e/schema)
