Download all documents from an analysis
Download all documents from a analysis.
Path Parameters
- analysis_id integer required
ID of the analysis_id to get
Query Parameters
- format string
File format. Possible values are csv, jsonl, json and xlsx
Responses
- 200
- 400
- 401
- 404
- 500
Documents of a analysis has been downloaded.
Format is invalid
User is not authenticated. This means token is either not present or invalid
The analysis was not found
Something is wrong with the API.
Loading...