v1
latestOpenAPI 3.1.02026-07-135055368.9 KBHiveAgentLink
List All Agents Linked to a Specific Hive
List All Agents Linked to a Specific Hive
get/v1/hives/{hive_id}/ai-agents
Path parameters
hive_idstring required
ID of the hive
ID of the hive
Response
List of agents retrieved successfully
Example response
[
{
"mission": {
"prompt": "Check Trata AI docs on the specifics of prompting.",
"objective": "This is a more easier version where the user dont have to given the entire prompt but just share the objective of the call and rest will be handled by Trata.",
"greeting": "Hello! Thank you for taking the time to speak with me today.",
"sequence": [
{
"stageName": "Introduction",
"description": "This stage involves introducing the AI agent to the user and explaining the purpose of the call.",
"otherNotes": "Ensure the user understands the privacy policy."
}
]
}
}
]