---
title: "Get Execution Flows"
method: GET
path: "/snapshots/{snapshot_id}/execution-flows"
tags: ["dashboard"]
---

# Get Execution Flows

`GET /snapshots/{snapshot_id}/execution-flows`

Traced execution flows from the engine's `ExecutionFlowReport`.

Returns the top-N flows by score (engine pre-sorts, so this just
truncates). Empty response when the artifact is missing — matches the
contract used elsewhere in the dashboard for read-on-demand artifacts.

## Path parameters

- `snapshot_id` string, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- ExecutionFlowsResponse
  - `total_entry_points` integer
  - `flows` ExecutionFlowEntry[]
    - `entry_point` string, required
    - `entry_point_name` string, required
    - `entry_point_score` number, required
    - `trace` string[]
    - `depth` integer
    - `crosses_community` boolean
    - `communities_visited` integer[]
    - `termination` string, nullable
    - `termination_detail` object, nullable
    - `trace_via` string[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/40167ba9ab58/schema)
