Skip to main content
POST
Hybrid routing evaluation

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login

Body

application/json

At least one of static_routing_request or dynamic_routing_request must be provided.

static_routing_request
object | null

Request body for POST /routing/evaluate (src/euclid/types.rs::RoutingRequest). No camelCase rename — snake_case field names.

dynamic_routing_request
object | null

Response

200 - application/json

OK

static_routing
object | null

Result of the static rule evaluation.

dynamic_routing
object | null

Decision-gateway result, wrapped as {status, decision, fallback_connectors}.

evaluated_connectors
object[]

Connectors clients should consume. Prefer this over the per-branch outputs.