Skip to main content
Planning endpoint

Create Planning Session

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

POST/planning-sessions/

Body

application/json
id string
Field defined by domain.PlanningSession.
workflowVersionId string
Field defined by domain.PlanningSession.
executionScopeId string
Field defined by domain.PlanningSession.
networkTopologyId string
Field defined by domain.PlanningSession.
status string
Field defined by domain.PlanningSession.
algorithms array
Field defined by domain.PlanningSession.
progress number
Field defined by domain.PlanningSession.
candidateCount number
Field defined by domain.PlanningSession.
selectedCandidateId string
Field defined by domain.PlanningSession.
selectedPlanId string
Field defined by domain.PlanningSession.
deadlineSeconds number
Field defined by domain.PlanningSession.
budget number
Field defined by domain.PlanningSession.
configuration object
Field defined by domain.PlanningSession.
failureReason string
Field defined by domain.PlanningSession.
createdAt string
Field defined by domain.PlanningSession.
startedAt string
Field defined by domain.PlanningSession.
completedAt string
Field defined by domain.PlanningSession.

See the Planning guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.