Get All Voice AI Agent Executions API
Access all execution records for a specific agent, providing insights into performance and past interactions with Bolna APIs.
Pagination
This API supports pagination using the page_number
and page_size
query parameters. You can utilize has_more
in the API response to determine if you should fetch the next page. You can learn more about it from the pagination documentation.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique id
of the agent
Query Parameters
The page number to retrieve (starts from 1
)
x >= 1
Number of results per page. Maximum allowed is 50
.
x >= 1
Fetch executions filtered by call status. List of all call statuses.
queued
, ringing
, initiate
, in-progress
, call-disconnected
, completed
, balance-low
, busy
, no-answer
, canceled
, failed
, stopped
, error
Filter executions by a specific batch_id
.
Fetch executions where the created_at
timestamp is greater than or equal to this UTC datetime in ISO 8601 format with UTC indication.
"2025-05-07T00:00:00.000Z"
Fetch executions where the created_at
timestamp is less than or equal to this UTC datetime in ISO 8601 format with UTC indication.
"2025-05-14T00:00:00.000Z"
Response
List of all executions by an agent sorted by last run
The response is of type object
.