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
  }
}