Query conversation logs with flexible filters and optional CSV export
Vida API Token
Start time as Unix seconds. Defaults to 7 days ago.
End time as Unix seconds. Defaults to current time.
Comma separated list of fields to include. Restricted fields are always removed.
Response format. json returns a JSON envelope. csv streams a CSV file.
Page size for pagination. Max 10000. Defaults to 20.
Page number starting at 1. Defaults to 1.
When truthy, include an inferred schema array in the JSON response.
Opaque pagination or access token if supported by upstream systems.
Optional target account context. May be ignored based on caller scope.
Any other query parameters are treated as filters. Supports explicit type hints with
Successful JSON response. When format=csv, a CSV file is streamed with status 200.
true
"Success"
Array of log entries with restricted fields removed based on caller scope.
20
5231
Returned only when includeFields is truthy. The inferred list of available fields.
[
"id",
"timestamp",
"account_id",
"org_id",
"eventType",
"metadata"
]