--- 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.