cURL
curl --request GET \ --url https://api.veryfront.com/projects/{project_reference}/skills/{skill_id}/source \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "source_path": "<string>", "sections": { "Summary": "<string>", "Usage": "<string>", "Examples": "<string>", "Notes": "<string>" }, "source": "<string>", "edit_mode": "structured", "source_only_reasons": [ "<string>" ], "allowed_tools": [ "<string>" ] }
Returns the structured skill document from the selected source target.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Skill identifier
Project skill document
Show child attributes
structured
source_only