v4
OpenAPI 3.1.02026-07-313621,3961.8 MBAgents Platform
Get Agent Branch
Get information about a single agent branch
get/v1/convai/agents/{agent_id}/branches/{branch_id}
Path parameters
agent_idstring required
The id of an agent. This is returned on agent creation.
Example:agent_3701k3ttaq12ewp8b7qv5rfyszkz
The id of an agent. This is returned on agent creation.
branch_idstring required
Unique identifier for the branch.
Example:agtbranch_0901k4aafjxxfxt93gd841r7tv5t
Unique identifier for the branch.
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"access_info": {
"access_source": "creator",
"creator_email": "john.doe@example.com",
"creator_name": "John Doe",
"is_creator": true,
"role": "admin"
},
"most_recent_versions": [
{
"access_info": {
"access_source": "creator",
"creator_email": "john.doe@example.com",
"creator_name": "John Doe",
"is_creator": true,
"role": "admin"
}
}
]
}