Download a labeling session
Download a labeling session
Path Parameters
- project_id integer required
ID of the project
- annotation_id integer required
ID of the session
Query Parameters
- format string
File format. Possible values are csv, jsonl, json and xlsx
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Labeling session has been downloaded.
Format is invalid
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role "VIEWER"
The labeling session or the project was not found
Something is wrong with the API.
Loading...