A valid request URL is required to generate request examples{
"added": "<string>",
"finished": "<string>",
"hasData": true,
"itemCount": 123,
"jobID": 123,
"locationCode": "<string>",
"messages": [
"<string>"
],
"numResults": 123,
"originalFilename": "<string>",
"started": "<string>",
"status": "PENDING",
"success": true,
"tenantID": 123,
"type": "REFRESH"
}Get the specified inventory job. Use this call to monitor the status of inventory upload, refresh, adjust, or deletion jobs. Once you have a job ID — returned by endpoints such as Delete Inventory, Delete Items, Refresh Inventory, or Adjust Inventory — continue polling this endpoint until the job reaches a terminal status (SUCCESS or FAILED). For polling patterns and monitoring guidance during bulk inventory deletions, see the Bulk Inventory Deletion guide.
A valid request URL is required to generate request examples{
"added": "<string>",
"finished": "<string>",
"hasData": true,
"itemCount": 123,
"jobID": 123,
"locationCode": "<string>",
"messages": [
"<string>"
],
"numResults": 123,
"originalFilename": "<string>",
"started": "<string>",
"status": "PENDING",
"success": true,
"tenantID": 123,
"type": "REFRESH"
}JWT Authorization header using the Bearer scheme.
Id of bin to get
Success
Response for getting a job
Time and date the job was added to the queue in ISO8601 format in UTC
Time and date the job was finished in ISO8601 format in UTC
True if the job was not created from a fetched file
The number of items processed, only for job types REFRESH and ADJUST
Internal identifier that uniquely identifies a single job
Unique internal Identifier of the owning location
List of messages
Number of results
The full name of the file that was picked up at the secure droppoint server before being split up by location. Applies only to refresh and adjust jobs created via file fetch process
Time and date the job was started in ISO8601 format in UTC
Current status of job completion
PENDING, WORKING, SUCCESS, FAILED Flag for success
Unique internal identifier of the tenant that owns the job
Purpose of the job
REFRESH, ADJUST, RELEASE_SHIPMENTS, CREATE_PICK_WAVE, CLOSE_PICK_WAVE, PUT_AWAY_FILE, SHORT_PICK_ERROR, BIN_AUDIT_START, BIN_AUDIT_COMPLETION, CREATE_BIN_AUDIT, RELEASE_PENDING_ITEMS, ALLOCATE, DEALLOCATE, FULFILL, DELETE