Skip to main content
 print this page

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

One-element files array whose object has failed, completed, and processing arrays of file-load items. Pending loads are not returned.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers