Task Tracking
Get Tracker Errors
Get the errors for a progress tracker.
Returns both the legacy errors dict and the new typed_errors list,
projected from a single DB fetch. The dict excludes job-scoped rows
(file_name IS NULL) because classify_retry iterates dict keys as
filenames; job-scoped errors remain visible via typed_errors.
POST
Python
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
