Retrieve agent
Retrieve the complete agent manifest by key, including model assignments, tools, knowledge bases, memory stores, and execution parameters.
Path parameters
The unique key of the agent to retrieve
The unique key of the agent to retrieve
Response
Agent successfully retrieved. Returns the complete agent manifest with all configuration details, including models, tools, knowledge bases, and execution settings.
Example response
{
"path": "Default Project",
"knowledge_bases": [
{
"knowledge_id": "customer-knowledge-base"
}
],
"model": {
"parameters": {
"fallbacks": [
{
"model": "openai/gpt-4o-mini"
}
],
"cache": {
"ttl": 3600
},
"load_balancer": {
"type": "weight_based",
"models": [
{
"model": "openai/gpt-4o",
"weight": 0.7
},
{
"model": "anthropic/claude-3-5-sonnet",
"weight": 0.3
}
]
},
"timeout": {
"call_timeout": 30000
}
},
"retry": {
"count": 3,
"on_codes": [
429,
500,
502,
503,
504
]
},
"fallback_models": [
{
"parameters": {
"fallbacks": [
{
"model": "openai/gpt-4o-mini"
}
],
"cache": {
"ttl": 3600
},
"load_balancer": {
"type": "weight_based",
"models": [
{
"model": "openai/gpt-4o",
"weight": 0.7
},
{
"model": "anthropic/claude-3-5-sonnet",
"weight": 0.3
}
]
},
"timeout": {
"call_timeout": 30000
}
},
"retry": {
"count": 3,
"on_codes": [
429,
500,
502,
503,
504
]
}
}
]
}
}Changes
Changed in 38 of the 261 revisions of this API.22977
- ○
added to the
//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added to the
///response propertyanyOflist for the response statusresponse-property-any-of-added
This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed from the
//////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed from the
///response propertyanyOflist for the response statusresponse-property-any-of-removed
This revision also has 173 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added to the
//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added to the
///response propertyanyOflist for the response statusresponse-property-any-of-added
This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed from the
//////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed from the
///response propertyanyOflist for the response statusresponse-property-any-of-removed
This revision also has 175 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added to the
//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added to the
///response propertyanyOflist for the response statusresponse-property-any-of-added
This revision also has 31 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed from the
//////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed from the
///response propertyanyOflist for the response statusresponse-property-any-of-removed
This revision also has 173 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added to the
//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added to the
///response propertyanyOflist for the response statusresponse-property-any-of-added
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed from the
//////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed from the
///response propertyanyOflist for the response statusresponse-property-any-of-removed
This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added to the
//////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added to the
///response propertyanyOflist for the response statusresponse-property-any-of-added
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed from the
//////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed from the
///response propertyanyOflist for the response statusresponse-property-any-of-removed
This revision also has 97 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 261 revisions, 73 have no diff computed.