← Tools Reference

Bolna

Bolna integration (AI, Communication). Imported from open-connector.

API key6 toolshttps://api.bolna.ai
GET
bolna_get_user_info
Get the authenticated Bolna workspace user, wallet, and concurrency summary.

/user/me

GET
bolna_list_agents
List all Bolna voice agents in the authenticated workspace.

/v2/agent/all

GET
bolna_get_agent
Get one Bolna voice agent by agent_id.

/v2/agent/{agent_id}

1 parameter
ParamTypeRequiredDescription
agent_idstringrequiredThe Bolna agent identifier.
GET
bolna_list_agent_executions
List execution history for one Bolna voice agent.

/v2/agent/{agent_id}/executions

10 parameters
ParamTypeRequiredDescription
agent_idstringrequiredThe Bolna agent identifier.
page_numberintegeroptionalThe page number to request from Bolna.
page_sizeintegeroptionalThe number of executions to request from Bolna.
statusstringoptionalThe execution status filter accepted by Bolna.
call_typestringoptionalThe call type filter accepted by Bolna.
providerstringoptionalThe provider filter accepted by Bolna.
answered_by_voice_mailbooleanoptionalWhether to filter executions answered by voicemail.
batch_idstringoptionalThe Bolna batch identifier used to filter executions.
fromstringoptionalThe inclusive execution start timestamp filter in ISO 8601 format.
tostringoptionalThe inclusive execution end timestamp filter in ISO 8601 format.
GET
bolna_get_execution
Get one Bolna execution by execution_id.

/executions/{execution_id}

1 parameter
ParamTypeRequiredDescription
execution_idstringrequiredThe Bolna execution identifier.
GET
bolna_get_execution_raw_logs
Get raw logs for one Bolna execution by execution_id.

/executions/{execution_id}/log

1 parameter
ParamTypeRequiredDescription
execution_idstringrequiredThe Bolna execution identifier.