Export Conversations

⚠️

Consumes Credits

This endpoint consumes Apollo credits when conversations are returned that include AI insights. Learn more about API pricing and credits.

Conversations are prospect video meetings stored in Apollo.

Use the Export Conversations endpoint to export conversations within a time range. Exports are processed asynchronously and delivered as a gzipped JSON file. A notification email is sent to the specified team member when the export is ready.

To get the download URL once the export is ready, refer to Get Export.

Body Params
string
required

Start of the export time range (ISO 8601). Apollo uses Greenwich Mean Time (GMT) for all date and time values. Must be earlier than end_time.

Example: 2024-01-01T00:00:00Z

string
required

End of the export time range (ISO 8601). Apollo uses Greenwich Mean Time (GMT) for all date and time values. Must be later than start_time.

Example: 2024-03-31T23:59:59Z

string
required

Email address of a valid team member to notify when the export is ready.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json