Agent Versioning - Branches
Start a test call against a branch
Start a test call using the branch's current config. Send includeDraft: true to test the open draft, or send revisionId to test a specific committed revision on the branch. Sending both is a validation error.
The response always includes conversationId and callId. For webcall and chat, it also includes token, roomName, and host. Those fields are omitted for telephony.
post/agent/{id}/branches/{branchId}/test-call
Path parameters
idstring required
The agent ID.
branchIdstring required
The branch ID.
Request body
Response
Test call initiated.
Example response
{
"status": true
}