API ReferenceAgents
Get Agent
Get agent detail.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
agent_id*string
Header Parameters
X-API-Key?|
Response Body
application/json
application/json
curl -X GET "https://api.levainlabs.com/api/v1/agents/string"{
"id": "string",
"workspace_id": "string",
"name": "string",
"slug": "string",
"description": "string",
"status": "string",
"created_at": "string",
"updated_at": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}