During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.
Web Service Documentation / Categories / Reporting Services / Get Report Status
Updated on February 12, 2023
25.0
GET
/reports/(reportId)/status
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
reportId | Id of the report |
Request/Response | Schema Name |
---|---|
Request | None |
Response | reportStatus.xsd |
The following example retrieves status information for a report.
GET /reports/19744/status
The following example shows the results when you call this web service.
<?xml version="1.0" encoding="UTF-8"?>
<reportStatus>
<status>GENERATED</status>
<generationStartDate>2022-11-07T16:25:48.696-05:00</generationStartDate>
<generationEndDate>2022-11-07T16:25:49.752-05:00</generationEndDate>
<submittedDate>2022-11-07T16:25:48.659-05:00</submittedDate>
</reportStatus>