{"id":49091,"date":"2026-02-16T19:14:16","date_gmt":"2026-02-17T00:14:16","guid":{"rendered":"https:\/\/gcmsnotesrequest.ca\/?post_type=knowledge-article&#038;p=49091"},"modified":"2026-03-20T18:00:20","modified_gmt":"2026-03-20T22:00:20","slug":"suivi-des-notes-gcms","status":"publish","type":"knowledge-article","link":"https:\/\/gcmsnotesrequest.ca\/fr\/knowledge-article\/gcms-notes-tracking\/","title":{"rendered":"Suivi des notes GCMS"},"content":{"rendered":"\n<p class=\"has-text-link-3-background-color has-background wp-block-paragraph\" style=\"border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px\">You can track the status of your GCMS notes request through your secure account at gcmsnotesrequest.ca.<\/p>\n\n\n\n    <style>\n        :root {\n            --gcms-dark: #655BD9;\n            --gcms-dark-hover: #554cc7;\n            --gcms-light: #E6E7FF;\n            --gcms-contrast: #F4F4F4;\n            --gcms-white: #ffffff;\n            --gcms-black: #1a1a2e;\n            --gcms-grey: #6b7280;\n            --gcms-border: #e5e7eb;\n            --gcms-radius: 10px;\n        }\n        .gcms-tool * { box-sizing: border-box; }\n        .gcms-tool {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n            color: var(--gcms-black);\n            line-height: 1.5;\n        }\n        .gcms-tool h3 { margin: 0; }\n    <\/style>    <script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@type\":\"WebApplication\",\"name\":\"GCMS Notes Status Estimator\",\"description\":\"Estimate the current status of your GCMS notes request based on typical IRCC and CBSA processing timelines.\",\"url\":\"https:\/\/gcmsnotesrequest.ca\/application-tracker\/\",\"applicationCategory\":\"UtilityApplication\",\"operatingSystem\":\"Web\",\"offers\":{\"@type\":\"Offer\",\"price\":\"0\",\"priceCurrency\":\"CAD\"},\"provider\":{\"@type\":\"Organization\",\"name\":\"GCMS Notes Request\",\"url\":\"https:\/\/gcmsnotesrequest.ca\"}}<\/script>\n\n    <div id=\"gcms-status-est\" class=\"gcms-tool\">\n        <style>\n            .gcms-status-card {\n                background: var(--gcms-white); border: 1px solid var(--gcms-border);\n                border-radius: var(--gcms-radius); padding: 28px;\n                box-shadow: 0 1px 4px rgba(101,91,217,0.08);\n            }\n            .gcms-status-card h2 { font-size: 20px; font-weight: 700; margin: 0 0 4px; }\n            .gcms-status-card .subtitle { font-size: 16px; color: var(--gcms-grey); margin: 0 0 24px; }\n            .gcms-status-field { margin-bottom: 20px; }\n            .gcms-status-field > label {\n                display: block; font-size: 16px; font-weight: 600;\n                color: var(--gcms-black); margin-bottom: 8px;\n            }\n            .gcms-status-radio-group { display: flex; gap: 8px; }\n            .gcms-status-radio-group label {\n                display: flex; align-items: center; gap: 8px;\n                padding: 10px 16px; border: 2px solid var(--gcms-border);\n                border-radius: 8px; cursor: pointer; font-weight: 500;\n                font-size: 16px; transition: all 0.15s; flex: 1; justify-content: center;\n            }\n            .gcms-status-radio-group label:hover { border-color: var(--gcms-dark); background: var(--gcms-light); }\n            .gcms-status-radio-group input[type=\"radio\"] { accent-color: var(--gcms-dark); }\n            .gcms-status-radio-group label:has(input:checked) { border-color: var(--gcms-dark); background: var(--gcms-light); }\n            .gcms-status-date-input {\n    width: 100%; padding: 10px 16px; border: 2px solid var(--gcms-border);\n    border-radius: 8px; font-size: 16px; color: var(--gcms-black);\n    background-color: var(--gcms-white);\n    -webkit-appearance: none; -moz-appearance: none; appearance: none;\n    min-height: 48px; line-height: 1.4;\n    transition: border-color 0.15s; box-sizing: border-box;\n}\n            .gcms-status-date-input:focus { outline: none; border-color: var(--gcms-dark); }\n            .gcms-status-btn {\n                width: 100%; padding: 13px; background: var(--gcms-dark); color: #fff;\n                border: none; border-radius: 8px; font-size: 15px; font-weight: 600;\n                cursor: pointer; transition: background 0.15s;\n            }\n            .gcms-status-btn:hover { background: var(--gcms-dark-hover); }\n            .gcms-status-result {\n                display: none; margin-top: 24px; padding: 24px;\n                background: var(--gcms-light); border: 1px solid #c7c9ff; border-radius: var(--gcms-radius);\n            }\n            .gcms-progress-track {\n                width: 100%; height: 12px; background: #ddd; border-radius: 6px;\n                overflow: hidden; margin: 16px 0 8px;\n            }\n            .gcms-progress-fill {\n                height: 100%; background: var(--gcms-dark); border-radius: 6px;\n                transition: width 0.6s ease;\n            }\n            .gcms-stage-label {\n                font-size: 16px; font-weight: 700; color: var(--gcms-dark); margin-bottom: 4px;\n            }\n            .gcms-stage-desc { font-size: 14px; color: var(--gcms-grey); }\n            .gcms-status-window {\n                margin-top: 16px; padding: 14px; background: var(--gcms-white);\n                border: 1px solid var(--gcms-border); border-radius: 8px; text-align: center;\n            }\n            .gcms-status-window .range { font-size: 18px; font-weight: 700; color: var(--gcms-black); }\n            .gcms-status-window .label { font-size: 14px; color: var(--gcms-grey); margin-top: 2px; }\n            .gcms-status-disclaimer {\n                font-size: 14px; color: #9ca3af; margin-top: 16px; padding-top: 12px;\n                border-top: 1px solid var(--gcms-border); line-height: 1.5;\n            }\n            @media (max-width: 480px) {\n                .gcms-status-card { padding: 20px; }\n                .gcms-status-radio-group { flex-direction: column; }\n            }\n        <\/style>\n\n        <div class=\"gcms-status-card\">\n            <h2>GCMS Notes Status Estimator<\/h2>\n            <p class=\"subtitle\">See where your request likely stands based on typical processing timelines.<\/p>\n\n            <div class=\"gcms-status-field\">\n                <label>Which agency?<\/label>\n                <div class=\"gcms-status-radio-group\">\n                    <label><input type=\"radio\" name=\"gcms_sts_agency\" value=\"ircc\" checked> <span>IRCC<\/span><\/label>\n                    <label><input type=\"radio\" name=\"gcms_sts_agency\" value=\"cbsa\"> <span>CBSA<\/span><\/label>\n                <\/div>\n            <\/div>\n\n            <div class=\"gcms-status-field\">\n                <label for=\"gcms_sts_filed_date\">When was your request filed?<\/label>\n                <input type=\"date\" id=\"gcms_sts_filed_date\" class=\"gcms-status-date-input\">\n            <\/div>\n\n            <button type=\"button\" class=\"gcms-status-btn\" id=\"gcms_sts_check\">Check Estimated Status<\/button>\n\n            <div class=\"gcms-status-result\" id=\"gcms_sts_result\">\n                <div class=\"gcms-stage-label\" id=\"gcms_sts_stage\"><\/div>\n                <div class=\"gcms-stage-desc\" id=\"gcms_sts_stage_desc\"><\/div>\n                <div class=\"gcms-progress-track\">\n                    <div class=\"gcms-progress-fill\" id=\"gcms_sts_progress\" style=\"width:0%\"><\/div>\n                <\/div>\n                <div style=\"display:flex; justify-content:space-between; font-size:11px; color:var(--gcms-grey);\">\n                    <span>Filed<\/span><span>Estimated delivery<\/span>\n                <\/div>\n                <div class=\"gcms-status-window\">\n                    <div class=\"label\">Estimated delivery window<\/div>\n                    <div class=\"range\" id=\"gcms_sts_window\"><\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"gcms-status-disclaimer\">\n                This is an estimate based on typical processing timelines, not a real-time status check.\n                IRCC and CBSA do not provide public data to check ATIP request status.\n                Actual timelines may vary depending on workload and file complexity.\n            <\/div>\n        <\/div>\n\n        <script>\n        (function(){\n            var stats = {\"ircc\":{\"avg\":23,\"p10\":10,\"p90\":38},\"cbsa\":{\"avg\":28,\"p10\":11,\"p90\":40}};\n            var stages = [\n                {max: 0.25, label: 'Request Submitted', desc: 'Your request has been logged into the ATIP system and consent is being verified.'},\n                {max: 0.60, label: 'Processing', desc: 'Your file is being retrieved and reviewed by the department.'},\n                {max: 0.85, label: 'Nearing Completion', desc: 'Review and redaction are likely underway. Your notes should be ready soon.'},\n                {max: 1.00, label: 'Likely Ready', desc: 'Based on typical timelines, your GCMS notes may be ready or released shortly.'}\n            ];\n            document.getElementById('gcms_sts_check').addEventListener('click', function(){\n                var agency = document.querySelector('input[name=\"gcms_sts_agency\"]:checked').value;\n                var filed = document.getElementById('gcms_sts_filed_date').value;\n                if (!filed) { alert('Please select the date your request was filed.'); return; }\n                var s = stats[agency];\n                var filedMs = new Date(filed + 'T00:00:00').getTime();\n                var now = Date.now();\n                var elapsed = Math.max(0, Math.floor((now - filedMs) \/ 86400000));\n                var pct = Math.min(elapsed \/ s.p90, 1);\n                var stage = stages[stages.length - 1];\n                for (var i = 0; i < stages.length; i++) { if (pct <= stages[i].max) { stage = stages[i]; break; } }\n                document.getElementById('gcms_sts_stage').textContent = stage.label;\n                document.getElementById('gcms_sts_stage_desc').textContent = stage.desc;\n                document.getElementById('gcms_sts_progress').style.width = Math.round(pct * 100) + '%';\n                var mo = ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];\n                var early = new Date(filedMs); early.setDate(early.getDate() + s.p10);\n                var late  = new Date(filedMs); late.setDate(late.getDate() + s.p90);\n                document.getElementById('gcms_sts_window').textContent = mo[early.getMonth()] + ' ' + early.getDate() + ' \\u2013 ' + mo[late.getMonth()] + ' ' + late.getDate();\n                document.getElementById('gcms_sts_result').style.display = 'block';\n            });\n        })();\n        <\/script>\n    <\/div>\n    \n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">After placing your order on GCMS Notes Request and submitting your consent form, your account shows real-time updates on your request&#8217;s progress. You also receive email notifications at key milestones, including when your request is submitted to the government and when your notes are ready for download.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Track Your GCMS Notes Request<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Log In to Your Account<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Visit <a href=\"https:\/\/gcmsnotesrequest.ca\/application-tracker\/\">gcmsnotesrequest.ca\/application-tracker\/<\/a> and login using the credentials you created when you placed your order. Your account dashboard displays all active and completed requests.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: View Your Request Status<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Each request displays its current status. The status updates automatically as your request moves through the process. You do not need to contact us for routine status checks; your account always shows the most current information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Check Email for Updates<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You receive email notifications at important milestones like, when we receive your consent form, when we submit your request to the government, and when your notes are ready for download. If you are not seeing updates, make sure to check your spam or junk folder.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Each Request Status Means<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Awaiting Consent Form<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You have placed your order, but we have not yet received your signed consent form. Submit your consent form through your account to move forward. For help with this step, see our GCMS notes consent form guide.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Request Submitted<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">We have verified your consent form and sent your request to the government department (IRCC, CBSA, or both). This is when government processing time begins. Typical processing takes 15 to 35 days from this point. For current averages, see our <a href=\"https:\/\/gcmsnotesrequest.ca\/gcms-notes-processing-time\/\">GCMS notes processing time<\/a> page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Extension Applied<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The government department has applied an extension under the Access to Information Act, which extends the delivery timeline beyond the standard 30-day window. The government initiates these extensions, and they fall outside the control of GCMS Notes Request. For more information, see our page on <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-delay\/\">GCMS notes delays<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Completed<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The government has released your GCMS notes, and they are now available for download in your account as a PDF. Once you have your notes, read our guide on <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/what-to-do-after-receiving-your-gcms-notes\/\">what to do after receiving GCMS notes<\/a> for next steps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Long Does the GCMS Notes Process Take?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The typical timeline from order to delivery is 15 to 35 days. We submit your request the same business day your consent form is complete, and we deliver your notes the same day the government releases the records. The only variable is government processing time, which no one can control or speed up. For a detailed breakdown and current averages, visit our GCMS notes processing time page.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Do You Get a Tracking Number for GCMS Notes?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">GCMS Notes Request does not provide a traditional tracking number like a courier service. Instead, your account dashboard serves as your tracking tool, showing your request&#8217;s current status in real time. If you ordered through GCMS Notes Request, your account is the single source for tracking updates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What If You Have Not Received Your GCMS Notes?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If your request has shown &#8220;Request Submitted&#8221; status for more than 35 days, the government has likely applied an extension. Start by checking your account for any status updates. If the status still shows &#8220;Request Submitted&#8221; with no extension note, contact GCMS Notes Request support for an update.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Extensions are common and do not indicate a problem with your immigration application. They simply mean the government department needs additional time to prepare the records.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1771286866132\"><strong class=\"schema-faq-question\"><strong>Can I cancel my GCMS notes request after submission?<\/strong><\/strong> <p class=\"schema-faq-answer\">Once we submit a request to the government, we cannot cancel or modify it. If you need to make changes, contact us before we submit the request.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1771286880701\"><strong class=\"schema-faq-question\"><strong>Will I get an email when my notes are ready?<\/strong><\/strong> <p class=\"schema-faq-answer\">Yes. You receive an email notification as soon as your GCMS notes are available for download in your account.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1771286899308\"><strong class=\"schema-faq-question\"><strong>Can I track multiple requests at the same time?<\/strong><\/strong> <p class=\"schema-faq-answer\">Yes. Your account dashboard shows all active and completed requests, each with its own status and tracking information.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1771286928366\"><strong class=\"schema-faq-question\"><strong>What does it mean if my status says Extension Applied?<\/strong><\/strong> <p class=\"schema-faq-answer\">It means the government department has applied a legal extension under the Access to Information Act. The government initiates this extension, not GCMS Notes Request, and it pushes the response deadline further out. You will still receive your notes; it will just take longer than the standard 30-day window.<\/p> <\/div> <\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Track Your Request Now<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Log in to your account at gcmsnotesrequest.ca to see your current request status. If you have not ordered yet, visit our <a href=\"https:\/\/gcmsnotesrequest.ca\/order\/\">gcms order page<\/a> to get started.<\/p>\n","protected":false},"author":1,"featured_media":49092,"template":"","knowledge_category":[2458],"class_list":["post-49091","knowledge-article","type-knowledge-article","status-publish","has-post-thumbnail","knowledge_category-how-to-guides"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GCMS Notes Tracking | How to Check Your Request Status | GCMS Notes Request<\/title>\n<meta name=\"description\" content=\"Learn how to track your GCMS notes request through your secure account. See what each status means and what to expect at every stage of the process.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gcmsnotesrequest.ca\/fr\/article-de-connaissance\/suivi-des-notes-gcms\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GCMS Notes Tracking | How to Check Your Request Status | GCMS Notes Request\" \/>\n<meta property=\"og:description\" content=\"Learn how to track your GCMS notes request through your secure account. See what each status means and what to expect at every stage of the process.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcmsnotesrequest.ca\/fr\/article-de-connaissance\/suivi-des-notes-gcms\/\" \/>\n<meta property=\"og:site_name\" content=\"GCMS Notes Request\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GCMSnotesrequest\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-20T22:00:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2026\/02\/How-to-track-your-GCMS-Notes-Request-1024x1024.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/\"},\"author\":{\"name\":\"GCMS Notes Request\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/person\\\/27c5ab084ddad428e06cd009723b2146\"},\"headline\":\"GCMS Notes Tracking\",\"datePublished\":\"2026-02-17T00:14:16+00:00\",\"dateModified\":\"2026-03-20T22:00:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/\"},\"wordCount\":778,\"publisher\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/How-to-track-your-GCMS-Notes-Request.png\",\"inLanguage\":\"fr-CA\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/\",\"name\":\"GCMS Notes Tracking | How to Check Your Request Status | GCMS Notes Request\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/How-to-track-your-GCMS-Notes-Request.png\",\"datePublished\":\"2026-02-17T00:14:16+00:00\",\"dateModified\":\"2026-03-20T22:00:20+00:00\",\"description\":\"Learn how to track your GCMS notes request through your secure account. See what each status means and what to expect at every stage of the process.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286866132\"},{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286880701\"},{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286899308\"},{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286928366\"}],\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/How-to-track-your-GCMS-Notes-Request.png\",\"contentUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/How-to-track-your-GCMS-Notes-Request.png\",\"width\":1260,\"height\":1260,\"caption\":\"How to track your GCMS Notes Request\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"GCMS Notes Request\",\"item\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How-To Guides\",\"item\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-articles\\\/how-to-guides\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"GCMS Notes Tracking\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#website\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\",\"name\":\"GCMS Notes Request\",\"description\":\"Easily order GCMS notes from IRCC and CBSA\",\"publisher\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\"},\"alternateName\":\"GCMS Notes Request Canada\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\",\"name\":\"GCMS Notes Request\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-Square-512-x-512-px.png\",\"contentUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-Square-512-x-512-px.png\",\"width\":512,\"height\":512,\"caption\":\"GCMS Notes Request\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GCMSnotesrequest\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@GCMSNotesRequest\",\"https:\\\/\\\/www.instagram.com\\\/gcmsnotesrequest\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/person\\\/27c5ab084ddad428e06cd009723b2146\",\"name\":\"GCMS Notes Request\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g\",\"caption\":\"GCMS Notes Request\"},\"sameAs\":[\"http:\\\/\\\/gcmsnotesrequest.ca\"],\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/fr\\\/news\\\/author\\\/gcmsnotesrequest-ca\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286866132\",\"position\":1,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286866132\",\"name\":\"Can I cancel my GCMS notes request after submission?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Once we submit a request to the government, we cannot cancel or modify it. If you need to make changes, contact us before we submit the request.\",\"inLanguage\":\"fr-CA\"},\"inLanguage\":\"fr-CA\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286880701\",\"position\":2,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286880701\",\"name\":\"Will I get an email when my notes are ready?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. You receive an email notification as soon as your GCMS notes are available for download in your account.\",\"inLanguage\":\"fr-CA\"},\"inLanguage\":\"fr-CA\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286899308\",\"position\":3,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286899308\",\"name\":\"Can I track multiple requests at the same time?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. Your account dashboard shows all active and completed requests, each with its own status and tracking information.\",\"inLanguage\":\"fr-CA\"},\"inLanguage\":\"fr-CA\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286928366\",\"position\":4,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-tracking\\\/#faq-question-1771286928366\",\"name\":\"What does it mean if my status says Extension Applied?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It means the government department has applied a legal extension under the Access to Information Act. The government initiates this extension, not GCMS Notes Request, and it pushes the response deadline further out. You will still receive your notes; it will just take longer than the standard 30-day window.\",\"inLanguage\":\"fr-CA\"},\"inLanguage\":\"fr-CA\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Suivi des notes GCMS | Comment v\u00e9rifier l&#x27;\u00e9tat de votre demande | GCMS Notes Request","description":"D\u00e9couvrez comment suivre votre demande de billets GCMS via votre compte s\u00e9curis\u00e9. D\u00e9couvrez la signification de chaque statut et ce \u00e0 quoi vous pouvez vous attendre \u00e0 chaque \u00e9tape du processus.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gcmsnotesrequest.ca\/fr\/article-de-connaissance\/suivi-des-notes-gcms\/","og_locale":"fr_CA","og_type":"article","og_title":"GCMS Notes Tracking | How to Check Your Request Status | GCMS Notes Request","og_description":"Learn how to track your GCMS notes request through your secure account. See what each status means and what to expect at every stage of the process.","og_url":"https:\/\/gcmsnotesrequest.ca\/fr\/article-de-connaissance\/suivi-des-notes-gcms\/","og_site_name":"GCMS Notes Request","article_publisher":"https:\/\/www.facebook.com\/GCMSnotesrequest\/","article_modified_time":"2026-03-20T22:00:20+00:00","og_image":[{"width":1024,"height":1024,"url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2026\/02\/How-to-track-your-GCMS-Notes-Request-1024x1024.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimation du temps de lecture":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#article","isPartOf":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/"},"author":{"name":"GCMS Notes Request","@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/person\/27c5ab084ddad428e06cd009723b2146"},"headline":"GCMS Notes Tracking","datePublished":"2026-02-17T00:14:16+00:00","dateModified":"2026-03-20T22:00:20+00:00","mainEntityOfPage":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/"},"wordCount":778,"publisher":{"@id":"https:\/\/gcmsnotesrequest.ca\/#organization"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#primaryimage"},"thumbnailUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2026\/02\/How-to-track-your-GCMS-Notes-Request.png","inLanguage":"fr-CA"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/","url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/","name":"Suivi des notes GCMS | Comment v\u00e9rifier l&#x27;\u00e9tat de votre demande | GCMS Notes Request","isPartOf":{"@id":"https:\/\/gcmsnotesrequest.ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#primaryimage"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#primaryimage"},"thumbnailUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2026\/02\/How-to-track-your-GCMS-Notes-Request.png","datePublished":"2026-02-17T00:14:16+00:00","dateModified":"2026-03-20T22:00:20+00:00","description":"D\u00e9couvrez comment suivre votre demande de billets GCMS via votre compte s\u00e9curis\u00e9. D\u00e9couvrez la signification de chaque statut et ce \u00e0 quoi vous pouvez vous attendre \u00e0 chaque \u00e9tape du processus.","breadcrumb":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286866132"},{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286880701"},{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286899308"},{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286928366"}],"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#primaryimage","url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2026\/02\/How-to-track-your-GCMS-Notes-Request.png","contentUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2026\/02\/How-to-track-your-GCMS-Notes-Request.png","width":1260,"height":1260,"caption":"How to track your GCMS Notes Request"},{"@type":"BreadcrumbList","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"GCMS Notes Request","item":"https:\/\/gcmsnotesrequest.ca\/"},{"@type":"ListItem","position":2,"name":"How-To Guides","item":"https:\/\/gcmsnotesrequest.ca\/knowledge-articles\/how-to-guides\/"},{"@type":"ListItem","position":3,"name":"GCMS Notes Tracking"}]},{"@type":"WebSite","@id":"https:\/\/gcmsnotesrequest.ca\/#website","url":"https:\/\/gcmsnotesrequest.ca\/","name":"Demande de notes GCMS","description":"Commandez facilement les notes GCMS de l'IRCC et de l'ASFC","publisher":{"@id":"https:\/\/gcmsnotesrequest.ca\/#organization"},"alternateName":"GCMS Notes Request Canada","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gcmsnotesrequest.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/gcmsnotesrequest.ca\/#organization","name":"Demande de notes GCMS","url":"https:\/\/gcmsnotesrequest.ca\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/logo\/image\/","url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-Square-512-x-512-px.png","contentUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-Square-512-x-512-px.png","width":512,"height":512,"caption":"GCMS Notes Request"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GCMSnotesrequest\/","https:\/\/www.youtube.com\/@GCMSNotesRequest","https:\/\/www.instagram.com\/gcmsnotesrequest\/"]},{"@type":"Person","@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/person\/27c5ab084ddad428e06cd009723b2146","name":"Demande de notes GCMS","image":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/secure.gravatar.com\/avatar\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g","caption":"GCMS Notes Request"},"sameAs":["http:\/\/gcmsnotesrequest.ca"],"url":"https:\/\/gcmsnotesrequest.ca\/fr\/news\/author\/gcmsnotesrequest-ca\/"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286866132","position":1,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286866132","name":"Puis-je annuler ma demande de billets GCMS apr\u00e8s l&#x27;avoir envoy\u00e9e ?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Once we submit a request to the government, we cannot cancel or modify it. If you need to make changes, contact us before we submit the request.","inLanguage":"fr-CA"},"inLanguage":"fr-CA"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286880701","position":2,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286880701","name":"Recevrai-je un e-mail lorsque mes notes seront pr\u00eates ?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes. You receive an email notification as soon as your GCMS notes are available for download in your account.","inLanguage":"fr-CA"},"inLanguage":"fr-CA"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286899308","position":3,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286899308","name":"Puis-je suivre plusieurs requ\u00eates en m\u00eame temps ?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes. Your account dashboard shows all active and completed requests, each with its own status and tracking information.","inLanguage":"fr-CA"},"inLanguage":"fr-CA"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286928366","position":4,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-tracking\/#faq-question-1771286928366","name":"Que signifie si mon statut indique \"Extension Demand\u00e9e\" ?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"It means the government department has applied a legal extension under the Access to Information Act. The government initiates this extension, not GCMS Notes Request, and it pushes the response deadline further out. You will still receive your notes; it will just take longer than the standard 30-day window.","inLanguage":"fr-CA"},"inLanguage":"fr-CA"}]}},"_links":{"self":[{"href":"https:\/\/gcmsnotesrequest.ca\/fr\/wp-json\/wp\/v2\/knowledge-article\/49091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcmsnotesrequest.ca\/fr\/wp-json\/wp\/v2\/knowledge-article"}],"about":[{"href":"https:\/\/gcmsnotesrequest.ca\/fr\/wp-json\/wp\/v2\/types\/knowledge-article"}],"author":[{"embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/fr\/wp-json\/wp\/v2\/users\/1"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/fr\/wp-json\/wp\/v2\/media\/49092"}],"wp:attachment":[{"href":"https:\/\/gcmsnotesrequest.ca\/fr\/wp-json\/wp\/v2\/media?parent=49091"}],"wp:term":[{"taxonomy":"knowledge_category","embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/fr\/wp-json\/wp\/v2\/knowledge_category?post=49091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}