Skip to main content
GET
/
v2
/
assistant
/
get
/
{assistantId}
Get AI Assistant
curl --request GET \
  --url https://api.voice-agents.miraiminds.co/v2/assistant/get/{assistantId} \
  --header 'workspace: <workspace>' \
  --header 'x-private-key: <api-key>' \
  --header 'x-public-key: <api-key>'
{
  "message": "Assistant fetched successfully"
}

Authorizations

x-public-key
string
header
required
x-private-key
string
header
required

Headers

x-public-key
string
required
x-private-key
string
required
workspace
string
required

Path Parameters

assistantId
string
required

Response

Assistant fetched successfully

message
string
Example:

"Assistant fetched successfully"

data
object