Levain LabsLevain Labs
ApiAuthoring

Get Toolchain

Report the recipe-language and toolchain versions in use.

Report the recipe-language and toolchain versions in use.

Compare with your local levain --version: a client on an older recipe-language version may pass validation locally but fail on commit. min_client_version is the oldest client release the platform still supports.

GET
/api/v1/authoring/toolchain

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

X-API-Key?string|null

Response Body

application/json

application/json

curl -X GET "https://api.levainlabs.com/api/v1/authoring/toolchain"
{
  "recipe_language_version": "string",
  "server_tool_version": "string",
  "min_client_version": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}