Match app monitoring status of requests

Request Status Overview

The <APPLICATION_NAME>.APP_PUBLIC.REQUEST_STATUS table will be populated with the record of your jobs. For details on how to understand this table, please refer to the reference documentation.

FIELD ORDER FIELD NAME FIELD TYPE SUBFIELD NAME DESCRIPTION VALID 
VALUES
1 REQUEST_ID VARCHAR   The REQUEST_ID of the job that was submitted.  
3 RECORD_COUNT VARIANT RECORD_COUNT The submitted and processed row count.  
4 STATUS VARIANT STATUS See Request Status Details for a full list of status and status messages.  
STATUS_MESSAGE  
5 DATE_UPDATED TIMESTAMP   The DateTime associated with the status.  

Request Status Details

Use the below to understand a full list of status and status messages for the status column of the <APPLICATION_NAME>.APP_PUBLIC .REQUEST_STATUS table.

STATUS STATUS_MESSAGE DESCRIPTION
SUBMITTED Request has been submitted. Success and fail statuses generated during job submission.
FAILED Request submission has failed.
ACCEPTED Request has been accepted. Success and fail statuses generated during job validation.
REJECTED Request has been rejected.
PROCESSING Request is processing. Success and fail statuses generated during job processing.
FAILED Request processing has failed.
COMPLETED The request was successfully completed. Final success and fail statuses generated during job completion.
FAILED Request processing has failed.