Skip to main content
method
GET
/stage
Authentication: Required (if enabled)

Response

200 OK
{
  "stage": "S1",
  "name": "Pattern Crystallization",
  "progress_percent": 45,
  "stable_edges_needed": 100,
  "stable_edges_current": 45
}
FieldTypeDescription
stagestringCurrent stage (S0, S1, S2, S3).
namestringHuman-readable stage name.
progress_percentintegerProgress towards next stage (0-100).
stable_edges_neededintegerStable edges required for next stage.
stable_edges_currentintegerCurrent count of stable edges.
See Developmental Stages for details on each stage.

Example

curl -H "Authorization: Bearer your-api-key" \
     http://localhost:8080/stage
Last modified on February 19, 2026