Skip to main content
GET
Get Agentic Management config for a workflow

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

workflow_id
string<uuid>
required

Workflow ID to query.

Response

OK

workflow_id
string<uuid>
required

The workflow this config describes.

enabled
boolean
required

Whether Agentic Management is currently active for this workflow.

auto_approve
boolean
required

Whether Agentic Management auto-approves its fixes (they commit without prompting the user). Derived from the manager automation's policy; false when Agentic Management is not provisioned for this workflow.

modes
enum<string>[]
required

Active agentic modes. Returned even when enabled is false.

Available options:
heal,
expand,
harden
manager_id
string<uuid> | null

ID of the manager (origin "system") automation for this workflow, when one has been provisioned; null otherwise. Lets the UI link to the manager automation to view its runs.

Last modified on September 16, 2026