curl --request GET \
--url https://sontairo.com/api/agents/{id}{
"data": {
"id": "<string>",
"workspaceId": "<string>",
"projectId": "<string>",
"name": "<string>",
"description": "<string>",
"systemPrompt": "<string>",
"isActive": true,
"providerKeyId": "<string>",
"providerKey": {
"id": "<string>",
"name": "<string>",
"provider": "<string>",
"model": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Get a single agent by ID.
curl --request GET \
--url https://sontairo.com/api/agents/{id}{
"data": {
"id": "<string>",
"workspaceId": "<string>",
"projectId": "<string>",
"name": "<string>",
"description": "<string>",
"systemPrompt": "<string>",
"isActive": true,
"providerKeyId": "<string>",
"providerKey": {
"id": "<string>",
"name": "<string>",
"provider": "<string>",
"model": "<string>"
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}