---
title: "Changes to Get details for one skill"
method: GET
path: "/agent/skills/{skillId}"
---

# Changes to Get details for one skill

`GET /agent/skills/{skillId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 12 revisions.

- **2026-04-21** `8a22dc180044` — 5 breaking, 15 warning, 3 info
- **2026-02-12** `970d68a5c55d` — 2 warning, 13 info

## Changes

- **2026-04-21** `8a22dc180044` — 5 breaking, 15 warning, 3 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - the response property `error` became optional for the status `404`
  - removed the required property `id` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `version` from the response with the `200` status
  - removed the optional property `allowed_tools` from the response with the `200` status
  - removed the optional property `assessment` from the response with the `200` status
  - removed the optional property `author` from the response with the `200` status
  - removed the optional property `capabilities_detail` from the response with the `200` status
  - removed the optional property `description` from the response with the `200` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `documentation` from the response with the `200` status
  - removed the optional property `documentation_path` from the response with the `200` status
  - removed the optional property `examples` from the response with the `200` status
  - removed the optional property `has_documentation` from the response with the `200` status
  - removed the optional property `input_modes` from the response with the `200` status
  - removed the optional property `output_modes` from the response with the `200` status
  - removed the optional property `performance` from the response with the `200` status
  - removed the optional property `requirements` from the response with the `200` status
  - removed the optional property `tags` from the response with the `200` status
  - api operation id `getSkillDetails` removed and replaced with ``
  - added `#/components/schemas/SkillSummary, subschema #2` to the response body `allOf` list for the response status `200`
  - added the optional property `code` to the response with the `404` status
- **2026-02-12** `970d68a5c55d` — 2 warning, 13 info
  - removed the optional property `inputSchema` from the response with the `200` status
  - removed the optional property `outputSchema` from the response with the `200` status
  - added the optional property `allowed_tools` to the response with the `200` status
  - added the optional property `assessment` to the response with the `200` status
  - added the optional property `author` to the response with the `200` status
  - added the optional property `capabilities_detail` to the response with the `200` status
  - added the optional property `documentation` to the response with the `200` status
  - added the optional property `documentation_path` to the response with the `200` status
  - added the optional property `examples` to the response with the `200` status
  - added the optional property `has_documentation` to the response with the `200` status
  - added the optional property `input_modes` to the response with the `200` status
  - added the optional property `output_modes` to the response with the `200` status
  - added the optional property `performance` to the response with the `200` status
  - added the optional property `requirements` to the response with the `200` status
  - added the optional property `tags` to the response with the `200` status

---

[Operation](https://skmtc.dev/getbindu/apis/bindu-agent-api/docs/agent/skills/:skillId/get.md) · [API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [Page](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/agent/skills/:skillId/get)
