Skip to main content
GET
/
fork
/
list
list all active fork ids
curl --request GET \
  --url http://localhost:3917/fork/list
{
  "count": 1,
  "forks": [
    "what-if"
  ],
  "ok": true
}

Response

200 - application/json

Active fork ids.