Get Conversation Logs
Conversations API
Get Conversation Logs
Retrieve paginated conversation logs with optional filtering
POST
Get Conversation Logs
Overview
Retrieve a paginated list of conversation records across your organization. Supports filtering by date range, agent, environment, and call status. Use this endpoint to review conversation history, monitor call completion rates, and export data for analysis.Required Permission
conversations
Query Parameters
Request Body
Example cURL
Basic Pagination
Filter by Agent and Date Range
Response
Success (200)
Response Fields
Error Responses
403 Forbidden - Insufficient permissionsUse Cases
- Reviewing conversation history for quality assurance
- Searching for specific conversations by keyword or caller name
- Exporting conversation data for business intelligence pipelines
- Monitoring call completion rates over time
Timestamps in the response are Unix timestamps (seconds since epoch). Convert them to your local timezone for display purposes.
Save the
requestId from every response. You will need it if you contact Inya support to trace a specific request.Authorizations
API key with 'conversations' permission
Query Parameters
Filter logs to a specific agent.
Filter by environment.
Available options:
development, staging, production Body
application/json