API Reference//
- Get Excel export job
Get visibility index score
Get suppressed duplicate locations
Get search keywords
Get review response time
Get profile completeness
Get listings health
Get insight data warnings
Get insight metrics
Export insights data with threshold
Legacy Export Excel Report
Export Excel report
Get data availability date
Get customer feedback by period
Get customer feedback keywords
Get customer feedback by period (legacy alias)
Get customer feedback overview
Update PDF generation status
Trigger async PDF report generation
Create Excel export job
Update Excel export job
Get current visibility index score for a location
Get PDF generation job
Legacy get listings health for a location
Download Excel export file
Get next best actions
Get managers count
Get Excel export job
Retrieves the current state of a previously created Excel export job by its identifier, including its processing status and, once available, the download details.
- https://uberall.com/apihttps://uberall.com/api/dashboard/excel-exports/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/dashboard/excel-exports/{id}
curl -i -X GET \
'https://uberall.com/api/dashboard/excel-exports/{id}' \
-H 'X-Uberall-User-Id: {X-Uberall-User-Id}'Response
{
"status": "SUCCESS",
"response": {
"id": null,
"status": "PROCESSING",
"error": {
"code": null,
"message": null,
"data": [
{
"param": null,
"value": null
}
]
},
"downloadUrl": null,
"sendEmail": null
}
}