Skip to main content

Overview

Fetch a single batch verification task with its current status and aggregated metrics.

GET /api/v1/tasks/

Purpose: retrieve a single batch verification task with aggregated metrics. Path parameter:
  • id (UUID, required)
Example request:

Response

Status: 200 OK Example response:
Errors:
  • 400 invalid ID.
  • 401 unauthorized.
  • 404 batch verification task not found.
  • 429 rate limited.
  • 500 internal error.