Skip to main content
Fetch aggregate progress for a batch.

Path parameters

string
required
The batch_id returned by POST /api/v2/batch/deep (or /batch/quick).

Response

string
required
The batch id you requested.
string
required
processing while any profile is in flight; completed once every profile has reached a terminal status.
integer
required
Count of profiles in the batch.
integer
required
Count of profiles whose scans completed successfully. See Status values.
integer
required
Count of profiles whose scans failed.
integer
required
Count of profiles still processing.
string
required
ISO 8601 UTC timestamp of when the batch was submitted.
string
ISO 8601 UTC timestamp of when the last profile reached a terminal status. null while the batch is still processing.
string[]
required
The profile URLs the batch was submitted with, in submission order.

Example

Errors