Overview
Download batch verification results as a file in CSV, TXT, or XLSX format.GET /api/v1/tasks//download
Purpose: download batch verification results as a file. Access: Non-admins can only access their own batch verification tasks. Query parameters:task_id(UUID, optional): overrides the batch verification task ID from the path.format(string, optional):csv,txt, orxlsx(defaultcsv).
Response
Status:200 OK
- Response body is a file download.
400invalid ID or format.401unauthorized.403forbidden.404batch verification task not found.500internal error.