v1

latestOpenAPI 3.1.02026-07-247601.0 MB
Conversations

Export Conversations

This endpoint consumes 1 Apollo credit per conversation if the exported conversation has AI insights. Conversations without AI insights consume 0 credits. Learn more about API pricing and credits.

<a href="https://knowledge.apollo.io/hc/en-us/articles/45998035787533-Use-Conversations">Conversations</a> are prospect video meetings stored in Apollo.<br><br>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.<br><br>To get the download URL once the export is ready, refer to <a href="https://docs.apollo.io/docs/get-conversations-export">Get Export</a>.

post/conversations/export

Request body

start_timestring 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 <code>end_time</code>.<br><br>Example: <code>2024-01-01T00:00:00Z</code>

end_timestring 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 <code>start_time</code>.<br><br>Example: <code>2024-03-31T23:59:59Z</code>

emailstring required

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

Response

200

export_urlstring
export_idstring

Example response

{
  "export_url": "https://app.apollo.io/api/v1/conversations/export/6a060f34585b480015951efd",
  "export_id": "6a060f34585b480015951efd"
}