For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search
/
Ask AI
Website
Status
Support
Dashboard
Documentation
API Reference
MCP
SDKs
CLI (new)
What's New?
Website
Status
Support
Dashboard
Insight
Get Insights
Copy page
GET
https://api.vapi.ai
/
reporting
/
insight
Authentication
Authorization
Bearer
Retrieve your API Key from
Dashboard
.
Query parameters
id
string
Optional
page
double
Optional
>=1
This is the page number to return. Defaults to 1.
sortOrder
enum
Optional
This is the sort order for pagination. Defaults to 'DESC'.
Allowed values:
ASC
DESC
limit
double
Optional
0-1000
This is the maximum number of items to return. Defaults to 100.
createdAtGt
datetime
Optional
This will return items where the createdAt is greater than the specified value.
createdAtLt
datetime
Optional
This will return items where the createdAt is less than the specified value.
createdAtGe
datetime
Optional
This will return items where the createdAt is greater than or equal to the specified value.
createdAtLe
datetime
Optional
This will return items where the createdAt is less than or equal to the specified value.
updatedAtGt
datetime
Optional
This will return items where the updatedAt is greater than the specified value.
updatedAtLt
datetime
Optional
This will return items where the updatedAt is less than the specified value.
updatedAtGe
datetime
Optional
This will return items where the updatedAt is greater than or equal to the specified value.
updatedAtLe
datetime
Optional
This will return items where the updatedAt is less than or equal to the specified value.
Response
results
list of objects
Show 6 properties
metadata
object
Show 6 properties