Replies: 2 comments 7 replies
-
Hey @i-Anshal, unfortunately, exporting data using API is not possible. You can only export data locally in different formats (excel, CSV, squad). |
Beta Was this translation helpful? Give feedback.
-
@i-Anshal @bilgeyucel Yes, Haystack provides an API endpoint that allows you to export the search results in various formats such as JSON, CSV, or TSV. You can use this API endpoint to get the exported data as a response data. To use this endpoint, you need to make a GET request to the /api/export/ endpoint with the required parameters. The parameters you need to include depend on the type of export you want to perform. Export of search results using the Haystack API in Python:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Do we have any method to get the exported data in a haystack using API don't want to export it locally I want to export it using API is there any way to do it to get the file as a response data
Beta Was this translation helpful? Give feedback.
All reactions