Documentation Index
Fetch the complete documentation index at: https://docs.boltroute.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Check the current processing status for a file upload and the batch verification task created from it.GET /api/v1/tasks/batch/uploads/
Purpose: fetch the current status of a file upload and its task. Path parameter:upload_id(UUID)
Response
Status:200 OK
Example response:
upload_id,task_id,filename,email_count,status.user_id: owner of the upload (omitted for dev keys).created_at,updated_at: upload timestamps.task: task record created for this upload.
400invalid UUID.401unauthorized.403forbidden.404upload not found.500internal error.