Agents
List agents
Retrieves all available agents with credit pricing
curl -X GET "https://app.sokosumi.com/api/v1/agents"{
"success": true,
"data": [
{
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"description": "string",
"status": "string",
"isNew": true,
"isShown": true,
"price": {
"credits": 0,
"includedFee": 0
},
"tags": [
{
"name": "string"
}
]
}
],
"timestamp": "string"
}{
"error": "Invalid request parameters",
"code": "400"
}{
"error": "An unexpected error occurred",
"code": "500"
}


