Welcome to Theo Docs — the AI orchestration API.
Get version history for a published skill.
cURL
curl --request GET \ --url https://api.example.com/api/v1/skills/{id}/versions
{ "versions": [ { "id": "<string>", "version": "<string>", "status": "<string>", "changelog": {}, "manifestSnapshot": {}, "createdAt": "<string>" } ] }
curl https://hitheo.ai/api/v1/skills/skill_abc123/versions \ -H "Authorization: Bearer $THEO_API_KEY"
Show Version object
"active"
"superseded"
"withdrawn"
GET /api/v1/skills/{id}/versions
Was this page helpful?