Get
/agents/{agentId}
Gets details for the specified agent
Security
API Key
Header parameter namex-api-key
Path parameters
agentId
string (uuid) Required
Responses
200
Agent details successfully retrieved
object
agentId
string (uuid)
createdAt
string (date-time)
creatorName
string
description
string
modelsInUse
Array of string
string
hasTriggers
boolean
inputs
Array of string
string
name
string
metadata
object
userPermissions
Array of string
string
Valid values[
"delete",
"edit",
"share"
]
400
Bad request
object
error
string
message
string
401
Unauthorized
object
error
string
message
string
404
Agent cannot be found or accessed
object
error
string
message
string
500
Internal server error
object
error
string
message
string