Get Skill Activity
Recent skill-use moments, newest-first — the usage proof feed.
Reads each skill's metadata use/outcome logs and merges them (see
SKILL_USAGE_PROOF_FEED.md). Registered BEFORE /{skill_id} so this static path
is not shadowed. skill_id limits to one skill (the detail-page strip); else
cross-skill, scoped to the active space when space_id is given.
Query Parameters
skill_id?|
Limit to one skill (else all)
space_id?|
Scope to a space (else all)
limit?Limit
Response Body
application/json
application/json
curl -X GET "https://example.com/skills/activity"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}