v1
latestOpenAPI 3.1.02026-07-135055368.9 KBProducts
List All Agents Linked to a Specific Product
List All Agents Linked to a Specific Product
get/v1/products/{product_id}/agents
Path parameters
product_idstring required
ID of the product
ID of the product
Response
Successful Response
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."
}
]
}
}
]