[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eReportJobStatus\u003c/code\u003e represents the status of a \u003ccode\u003eReportJob\u003c/code\u003e running on the Google Ad Manager server.\u003c/p\u003e\n"],["\u003cp\u003eIt has three possible statuses: \u003ccode\u003eCOMPLETED\u003c/code\u003e, \u003ccode\u003eIN_PROGRESS\u003c/code\u003e, and \u003ccode\u003eFAILED\u003c/code\u003e, indicating whether a report job has finished successfully, is still running, or has encountered an error.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve the status of a report job using the \u003ccode\u003egetReportJobStatus()\u003c/code\u003e method within the \u003ccode\u003eReportService\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ReportService` utilizes the `getReportJobStatus()` function to check the status of a `ReportJob`. The `ReportJobStatus` can be one of three states: `COMPLETED`, indicating the report is ready for download; `IN_PROGRESS`, meaning the report is still running; or `FAILED`, signifying the report failed to complete. These states are used to monitor a running `ReportJob`. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ReportJobStatus (v202408)\n\n**Service** \n**ReportService** **Dependencies** \n[getReportJobStatus()](/ad-manager/api/reference/v202408/ReportService#getReportJobStatus) \n▼\n**ReportJobStatus**\n\nRepresents the status of a [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) running on the server.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|---------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `COMPLETED` | The [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) has completed successfully and is ready to download. |\n| `IN_PROGRESS` | The [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) is still being executed. |\n| `FAILED` | The [ReportJob](/ad-manager/api/reference/v202408/ReportService.ReportJob) has failed to run to completion. |"]]