I found that I'm able to see the application details by opening the developer tools in Google Chrome and going to the network tab before loading the citizenship application confirmation page. There is some information that could give a hint to the application status there.
Below are some interesting fields from my application. I removed some information that could specifically identify my application. These fields also show the date and time of when I started filling my application and when I submitted it. All date and time is in the GMT time zone.
JSON:
"timeStamp":"2020-12-17T<removed>",
"meta":{
"date":"2020-12-11T<removed>",
"uid":"<removed>",
"app_name":"IRCC_CIT",
"app_version":"1.0.2",
"data_quality":"valid",
"uuid":"<removed>",
"last_modified":"2020-12-11T<removed>"
},
"store":{
"appState":{
"applicationSubmissionErrorsArray":[
],
"canAccessSubmitPage":true,
"readStamp":<removed>,
"url":"/en/review",
"visited_review_page":true,
"applicationSubmissionComplete":false
},
For each document attached to the application the following status is available:
JSON:
"uploadedToGCMSStatus":false,
I'm wondering what would the status be if the applications received AOR and/or are in progress.
This is where you can see the information in Google Chrome:
To convert the information to an easier format to read you can use the website:
https://jsonformatter.curiousconcept.com/
I do not recommend sharing all the application information as it contains a lot of personal identifiable information, but it would be useful to share the information that could indicate the application status in this system.