Hi I recently start using Zendesk API, I want to get all ticket since a specific date however I have an exception while exceeding the rate limite, so I try to use the export search result via this url : 'https://XXXXX.zendesk.com/api/v2/search/export?query=created>2021-06-02T12:46:09Z type:ticket'. As a result I have another exception:
{'error': 'invalid',
'description': 'Invalid search: Export request must specify type via filter[type].'}
Any help please
tnks