Status of dataset file loads (failed/completed/processing)
GET/datasets/:id/dataloadstatus
Returns file-load status for the dataset, bucketed by LoadStatus.
Response contract: - Body is { "files": [ { failed, completed, processing } ] }. - files is always a one-element array; the single element holds three
arrays: failed, completed, and processing (full lists, no pagination).
- Only LoadStatus values failed / completed / processing are queried. Pending file-loads are not included (use list files or pending-file flows for those).
- Optional projectionExpression (comma-separated attribute names) limits fields on each file item; omit or empty returns full items.
Caller needs any dataset access (owner, editor, or read-only). No access → "User is not authorized to see upload files details". Unknown dataset → "Dataset doesn't exist".
Request
Responses
- 200
- 400
- 500
One-element files array whose object has failed, completed, and processing arrays of file-load items. Pending loads are not returned.
Response Headers
Authorization or dataset validation failure. Plain Message strings: not authorized to see upload files details, or dataset doesn't exist.
Response Headers
Backend failure (e.g. GE-1044).