Agent v1.0 APIs
Retrieve Voice AI Agent Details API (deprecated)
Retrieve detailed Voice AI agent information, including configuration, status, and tasks, using Bolna APIs.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Agent response
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
Update agentUpdate agent configurations, tasks, and prompts to refine behavior and capabilities using Bolna Voice AI agent APIs.
Next
cURL

