Agent v1.0 APIs
List all Voice AI Agents API (deprecated)
List all Voice AI agents under your account, along with their names, statuses, and creation dates, using Bolna APIs.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
List of agents
Unique identifier for the agent
Human-readable agent name
Example:
"Alfred"
Type of agent
Example:
"other"
Current status of the agent
Available options:
seeding, processed Example:
"processed"
Timestamp of agent creation
Example:
"2024-01-23T01:14:37Z"
Timestamp of last update for the agent
Example:
"2024-01-29T18:31:22Z"
An array of tasks that the agent can perform
Prompts to be provided to the agent. It can have multiple tasks of the form task_<task_id>
Previous
Get all executionsAccess all execution records for a specific agent, providing insights into performance and past interactions with Bolna APIs.
Next
cURL

