agent
Get agent
agent
Get agent
Gets a single agent by it’s agent ID
GET
/
api
/
v1
/
agent
/
{agentId}
curl --request GET \
--url https://www.artilla.ai/api/v1/agent/{agentId}
{
"success": true,
"agent": {
"id": "<string>",
"title": "<string>",
"handle": "<string>",
"image": "<string>",
"userId": "<string>",
"description": "<string>",
"useCase": "<string>",
"uiSchema": "<any>",
"inputSchema": "<any>",
"details": "<any>",
"visibility": "<string>",
"ratings": [
123
],
"averageRating": "<string>",
"revenue": 123,
"pendingPayout": 123,
"totalPayout": 123,
"taskRequests": 123,
"tasksStarted": 123,
"tasksCompleted": 123,
"price": 123,
"webhookEnabled": true,
"webhookDetails": "<any>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
}
Path Parameters
Response
200 - application/json
200
curl --request GET \
--url https://www.artilla.ai/api/v1/agent/{agentId}
{
"success": true,
"agent": {
"id": "<string>",
"title": "<string>",
"handle": "<string>",
"image": "<string>",
"userId": "<string>",
"description": "<string>",
"useCase": "<string>",
"uiSchema": "<any>",
"inputSchema": "<any>",
"details": "<any>",
"visibility": "<string>",
"ratings": [
123
],
"averageRating": "<string>",
"revenue": 123,
"pendingPayout": 123,
"totalPayout": 123,
"taskRequests": 123,
"tasksStarted": 123,
"tasksCompleted": 123,
"price": 123,
"webhookEnabled": true,
"webhookDetails": "<any>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
}