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 betweenfrom and to dates (max 90 days).
Access: Non-admins can only access their own batch verification tasks.
Query parameters:
from(RFC3339, optional)to(RFC3339, optional)
- If both
fromandtoare omitted, last 7 days are returned. - If either is provided, both must be provided.
- Max range is 90 days.
Response
Status:200 OK
Example response:
task_id: batch verification task UUID.source: batch verification origin (frontendorapi_key).series: list of daily metrics points.
400invalid ID or date parameters.401unauthorized.403forbidden.404batch verification task not found.500internal error.