Skip to main content
GET
Get Remediation Plan
string
required
Unique remediation plan name
string
default:"default"
Kubernetes namespace

Response Details

The detail response extends the list item with:

Agentic History

When agenticMode is true, the agenticHistory array shows the complete AI conversation:
  • aiMessage: The AI’s reasoning for each step
  • action: The concrete action proposed (null if observation-only step)
  • observation: The result after executing the action
  • stepNumber: Sequential step number
This is the key data for understanding how the AI thought through the remediation process.

Authorizations

Authorization
string
header
required

Bearer token issued by the operator. Format: Authorization: Bearer <token>.

Path Parameters

name
string
required

Unique remediation plan name.

Example:

"remediation-inc-20260319-002-1"

Query Parameters

namespace
string
default:default

Kubernetes namespace.

Response

Remediation plan details

apiVersion
string
Example:

"v1"

kind
string
Example:

"RemediationPlan"

resourceMeta
object
spec
object