List Skills
List skills. Cross-space unless space_id is given.
Query Parameters
stage?|
Filter by lifecycle stage
space_id?|
Scope to a space (else all)
limit?Limit
offset?Offset
Response Body
application/json
application/json
curl -X GET "https://example.com/skills"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}