Error
A valid request URL is required to generate request examples{
"results": {
"builtInSkills": [
{
"description": "<string>",
"name": "<string>"
}
],
"skills": [
{
"deletedAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedByUserUuid": "<string>",
"createdByUserUuid": "<string>",
"agentUuids": [
"<string>"
],
"currentVersion": {
"createdByUserUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"restoredFromVersion": 123,
"source": "ui",
"contentHash": "<string>",
"versionNumber": 123,
"uuid": "<string>"
},
"availability": [
"agent"
],
"userInvocable": true,
"disableModelInvocation": true,
"argumentHint": "<string>",
"description": "<string>",
"title": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"organizationUuid": "<string>",
"uuid": "<string>"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
List agent skills
The skills this agent serves: its bound custom skills plus the built-in ones. Anyone who can use the agent can read this.
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
aiAgents
/
{agentUuid}
/
skills
Error
A valid request URL is required to generate request examples{
"results": {
"builtInSkills": [
{
"description": "<string>",
"name": "<string>"
}
],
"skills": [
{
"deletedAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedByUserUuid": "<string>",
"createdByUserUuid": "<string>",
"agentUuids": [
"<string>"
],
"currentVersion": {
"createdByUserUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"restoredFromVersion": 123,
"source": "ui",
"contentHash": "<string>",
"versionNumber": 123,
"uuid": "<string>"
},
"availability": [
"agent"
],
"userInvocable": true,
"disableModelInvocation": true,
"argumentHint": "<string>",
"description": "<string>",
"title": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"organizationUuid": "<string>",
"uuid": "<string>"
}
]
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Was this page helpful?