- Getting started
- Calls
- Calendars
- Company
- Events
Calls List
GET
/calls
Request
Authorization
Add parameter in header
Authentication
Example:
Authentication: ********************
Query Params
filter
array[string]
optional
Example:
["Assistant:==:ifKcvoszuUiZB4lU2FMY","Keywords:array-contains-any:Callback,PrankCall","Status:not:archive"]
sort
string
optional
Example:
StartedAt:asc
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/calls?filter=Assistant:==:ifKcvoszuUiZB4lU2FMY&filter=Keywords:array-contains-any:Callback,PrankCall&filter=Status:not:archive&sort=StartedAt:asc' \
--header 'Authentication;'
Responses
🟢200Success
application/json
Body
data
array [object {12}]
required
Id
string
required
Company
string
required
Status
string
required
Assistant
string
required
AssistantName
string
required
PhoneNumber
string
required
Summary
string
required
StartedAt
string
required
EndedAt
string
required
Transcript
array [object {3}]
required
Keywords
array[string]
required
Flags
array[string]
required
hasMore
boolean
required
nextCursor
string
required
Example
{
"data": [
{
"Id": "j9X7bwYIcOgNroPhCRE8",
"Company": "JAtjJIen32U3B2EUWcHC",
"Status": "unread",
"Assistant": "ifKcvoszuUiZB4lU2FMY",
"AssistantName": "Expert AI",
"PhoneNumber": "Web",
"Summary": "AI: Hello. How can I assist you? \nUser: Can you please tell me what to say? \nAI: Sure thing. What exactly do you need help with? A greeting, a question, or something else? \nUser: I want to know more about you. \nAI: Uh, you wanna get to know me better. Well, I'm your friendly virtual assistant here to make your life a bit easier. Think of me as a mix of your cousin and a stand-up comedian. How can I make your day better? \nUser: Who is Harry Potter? \nAI: Uh, Harry Potter. He's the famous wizard created by JK Rowling. He fought the dark lord Voldemort and had a knack for finding trouble at Hogwarts. Ever heard of Quidditch? He's quite good at that too. Need more magic in your life? \nUser: Thank you. \nAI: You're welcome. Need anything else? \nUser: No. You can hang.",
"StartedAt": "2025-02-19T09:34:23Z",
"EndedAt": "2025-02-19T09:35:22Z",
"Transcript": [
{
"Sorting": 0,
"Role": "AI",
"Text": "Hello. How can I you assist?"
},
{
"Sorting": 1,
"Role": "User",
"Text": "Can you please tell me what to say?"
},
{
"Sorting": 2,
"Role": "AI",
"Text": "Sure thing. What exactly do you need the help with? A greeting, a question, or something else?"
},
{
"Sorting": 3,
"Role": "User",
"Text": "I want to know more about you."
},
{
"Sorting": 4,
"Role": "AI",
"Text": "Uh, you wanna get to know me better. Well, I'm your friendly virtual assistant here to make your life a bit easier. Think of me as a mix of series cousin and a stand up comedian. How can I make your day better?"
},
{
"Sorting": 5,
"Role": "User",
"Text": "Who is Harry Potter?"
},
{
"Sorting": 6,
"Role": "AI",
"Text": "Uh, Harry Potter. He's the famous wizard created by JK Rowling. He fought the dark lord Voldemort and had a knack for finding trouble at Hogwarts. Ever heard of Quidditch? He's quite good at that too. Need more magic in your life?"
},
{
"Sorting": 7,
"Role": "User",
"Text": "Thank you."
},
{
"Sorting": 8,
"Role": "AI",
"Text": "You're welcome. Need anything else?"
},
{
"Sorting": 9,
"Role": "User",
"Text": "No. You can hang"
}
],
"Keywords": [
"Callback",,
"Invoice",
"Offer",
"Appointment"
],
"Flags": [
"green, yellow, phone"
]
}
],
"hasMore": false,
"nextCursor": ""
}
Modified at 2025-02-27 16:11:06