latestOpenAPI 3.0.02026-08-216686147.9 KB

6f6009a58cdd

insights

Export an Insights Time Tracking report

Begins a long-running process that will generate an Insights Time Tracking report in CSV format.

Use the Job ID that this endpoint returns with the appropriate jobs endpoint to check its status and get its result.

post/v1/insights/teams/time-tracking/export

Request body

report_startstring required
report_endstring required

Example request

{
  "report_start": "2025-01-01T12:30:00.000Z",
  "report_end": "2025-01-01T12:30:00.000Z"
}

Response

The Job UUID for the time tracking export

Example response

{
  "data": {
    "_links": {
      "status": {
        "href": "https://example.com/resource/or/path",
        "title": "A description for the link",
        "type": "text/html"
      }
    }
  }
}