mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
7 lines
316 B
Text
7 lines
316 B
Text
---
|
|
title: "Get Agent"
|
|
description: "Retrieve a single agent by ID, including its full workflow definition"
|
|
openapi: "GET /api/v1/workflow/fetch/{workflow_id}"
|
|
---
|
|
|
|
Returns the full agent including `workflow_definition` (nodes and edges), `template_context_variables`, `workflow_configurations`, and run statistics.
|