Skip to main content

Overview

Return daily metrics series for a batch verification task over a selected date range.

GET /api/v1/tasks//series

Purpose: daily metrics series for a batch verification task between from and to dates (max 90 days). Query parameters:
  • from (RFC3339, optional)
  • to (RFC3339, optional)
Rules:
  • If both from and to are omitted, last 7 days are returned.
  • If either is provided, both must be provided.
  • Max range is 90 days.
Example request:

Response

Status: 200 OK Example response:
Response fields:
  • task_id: batch verification task UUID.
  • source: batch verification origin (frontend or api_key).
  • series: list of daily metrics points.
Errors:
  • 400 invalid ID or date parameters.
  • 401 unauthorized.
  • 403 forbidden.
  • 404 batch verification task not found.
  • 500 internal error.