Skip to main content
GET
/
api
/
v1
/
kg
/
boards
/
{board_id}
/
supersedence
/
{decision_id}
Get Supersedence
curl --request GET \
  --url https://api.example.com/api/v1/kg/boards/{board_id}/supersedence/{decision_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

board_id
string
required
decision_id
string
required

Response

Successful Response

Last modified on May 8, 2026