API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Knowledge
Fetch Context
Fetch additional information context stored for conversations with a particular person.
GET
/
api
/
v2
/
context
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/context
Copy
Ask AI
{
"success": true,
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}
Authorizations
Vida API Token
Query Parameters
Phone number in E.164 format or VIDA username of the user
Response
200
application/json
Successful response
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/context
Copy
Ask AI
{
"success": true,
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}
Assistant
Responses are generated using AI and may contain mistakes.