Get Skill Proposal
Return one skill-improvement proposal with its before/after procedures.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Dataset UUID the proposal is scoped to. List your datasets via GET /api/v1/datasets to find it.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Response
Successful Response
A single skill-improvement proposal, including before/after procedures.
Stable proposal identifier.
Identifier of the skill being improved.
Name of the skill being improved.
Lifecycle status: 'proposed' or 'applied'.
Model confidence in the proposed change.
Why the change was proposed.
LLM that generated the proposal.
Current skill procedure (before).
Proposed skill procedure (after).
SkillRun ids whose failures motivated the proposal.
Dataset UUIDs this proposal is scoped to.