latestOpenAPI 3.0.02026-08-216686147.9 KB
6f6009a58cdd
insights
Fetch a generated Insights Time Tracking report
get/v1/insights/teams/time-tracking/exports/{uuid}
Path parameters
uuidstring required
Response
The exported Time Tracking Insights file metadata and download URL
Example response
{
"data": {
"name": "Board of Directors.docx",
"size": 137437,
"mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"url": "https://example.com/document.docx",
"url_expiration": "2023-01-01T12:30:00.000Z",
"report_data_processed_at": "2023-01-01T12:30:00.000Z",
"record_count": 1000
}
}