Test Dispositions API
Test all dispositions linked to an agent against a transcript to preview results before live calls.
Runs all dispositions linked to the specified agent against a provided transcript and returns the grouped results. Useful for validating your disposition setup before going live. The responseDocumentation Index
Fetch the complete documentation index at: https://www.bolna.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
extracted_data is grouped by category and disposition name, in the same format as post-call execution data.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The agent whose dispositions will be evaluated.
Body
Transcript to evaluate against the agent's dispositions.
Request body for testing an agent's dispositions against a transcript.
The call transcript to run dispositions against.
50000"Agent: Hi, how can I help you today? Customer: I am interested in your enterprise plan and would like to know more about pricing."
Optional ISO 8601 date/datetime string for temporal context.
"2026-04-01T10:00:00Z"
Response
Grouped disposition results
Grouped disposition results in the same format as post-call execution data.
Results grouped by category and disposition name. Each leaf contains subjective (free-text) and/or objective (pre-defined value) fields.
{
"Lead Quality": {
"Call Outcome": {
"subjective": "Customer expressed strong interest and asked about enterprise pricing.",
"objective": "interested"
}
},
"Escalation": {
"Agent Handover Needed": { "subjective": "", "objective": "No" }
}
}

