Triage endpoint: every artifact blocking the funnel, classified by root cause so an agent can act directly instead of scanning each level.
Categories (non-overlapping; a card can appear in multiple):
dependency_blocked — card is not_started/started while at least one
of its depends_on_id targets has NOT reached the DONE status.on_hold — card is explicitly paused (status=on_hold).stale — card is in_progress/started/validation but
now() - updated_at > stale_hours.spec_pending_validation — spec is approved but lacks an ‘approve’
validation gate (unable to promote to in_progress).spec_no_cards — spec is validated/in_progress but has ZERO
non-archived cards linked to it.uncovered_scenarios — scenarios with no linked test cards.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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cards unchanged for more than this many hours while in an active state are flagged as stale.
x >= 1Optional: return only blockers of this type. One of: dependency_blocked, on_hold, stale, spec_pending_validation, spec_no_cards, uncovered_scenario.
Successful Response