v1

latestOpenAPI 3.1.02026-07-246026.9 KB

Retrieve the Status of an Offline User Upload Job

Retrieve the status of a single user upload job by job ID.

get/jobs/{job_id}

Path parameters

job_idstring required

The job ID returned in the response after creating an offline user upload job.

Query parameters

errorsinteger

Set to 1 to return a debug response containing error details.

Headers

appidstring required
Example:<YOUR_APP_ID>

Required. Your AIQUA app ID.

authorizationstring required
Example:Token <YOUR_API_TOKEN>

Required. Your AIQUA API token. Must start with "Token".

Response

Success

OR

Example response

{
  "status": "success",
  "message": {
    "_id": "1603787814-308958",
    "from_api": true,
    "group_id": "group_123",
    "last_modified": "2020-10-27T08:36:55.257000",
    "received_lines": 1000,
    "result": "FINISHED",
    "s3_file": "api/b5c8fe218dd7905581c5/20201027/1603787814-308958.dat",
    "status": {
      "invalid": 1,
      "error": 2
    }
  }
}