Get Report
Reports API
Get Report
Retrieve detailed information about a specific report
GET
Get Report
Overview
This endpoint returns comprehensive information about a single report, including metadata, generation status, and download availability.Authentication
Requires a valid OAuth 2.0 access token with thereports:read scope.
Request
Bearer token for authentication
The encrypted ID of the report to retrieve
Example Request
Response
Always
false for successful requestsSuccess message
Complete report information
Success Response
Report Status Values
generating
generating
Report is currently being created. Check back later or use webhooks to be notified when complete.
completed
completed
Report has been successfully generated and is ready for download.
failed
failed
Report generation failed due to an error. Contact support if this persists.
expired
expired
Report download link has expired. You may need to regenerate the report.
File Types
Reports are available in various formats:- PDF:
application/pdf- Formatted reports with charts and graphics - Excel:
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet- Spreadsheet data - CSV:
text/csv- Raw data exports - JSON:
application/json- Structured data for programmatic use
Next Steps
Once you have the report information:- Check Status: Ensure the report status is
completed - Download: Use the Download Report endpoint
- Process: Parse or display the report data in your application