GET
/
api
/
external
/
export
/
interactions

You can retrieve your interactions from the nebuly platform using the exposed API. Note that this feature is only available for enterprise tier customers. You can find the details about the endpoint below. For authentication you need the to use the API key associated to the project you want to retrieve the interactions from.

date_gte
string
required

Start date of the export. The export will include interactions created starting from this date (included). If no timezone is provided, UTC is assumed.

date_lt
string
required

End date of the export. The export will include interactions created up to this date (excluded). If no timezone is provided, UTC is assumed.