v1

latestOpenAPI 3.0.02026-07-132849114.2 KB
Uploads

Retrieve Upload status

Check the status of an Upload by ID.

get/v4/uploads/{uploadId}/status

Path parameters

uploadIdstring uuid required

Unique identifier of an Upload.

Response

OK

idstring uuid required

Unique identifier for the upload.

status'UPLOADING' | 'INVALID' | 'PENDING' | 'INBOX' | 'DECLINED' | 'IMPORTING' | 'SUCCESS' required

Current status of the upload:

  • UPLOADING - Uploading has started, parts are still coming in.
  • INVALID - Upload has failed validity check.
  • PENDING - Upload has been received by Climate and is being processed.
  • INBOX - The upload is awaiting user acceptance in their Data Inbox.
  • DECLINED - The user has declined the upload in their Data Inbox.
  • IMPORTING - The user has accepted the upload and it is being imported into their account.
  • SUCCESS - The upload has been successfully imported.