---
title: "Get Workflow Summary"
method: GET
path: "/v1/agents/{agent_id}/workflow/summary"
tags: ["Agent Workflow"]
---

# Get Workflow Summary

`GET /v1/agents/{agent_id}/workflow/summary`

Flatten the stored workflow into a compact ``{nodes, edges}`` view for inspection.

## Path parameters

- `agent_id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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