---
title: "Export an Insights Time Tracking report"
method: POST
path: "/v1/insights/teams/time-tracking/export"
tags: ["insights"]
---

# Export an Insights Time Tracking report

`POST /v1/insights/teams/time-tracking/export`

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](#/jobs/get_job_v1) to check its status and get its result.

## Request body

- TimeTrackingFileCreate
  - `report_start` string, required
  - `report_end` string, required

## Response `202`

The Job UUID for the time tracking export

- object
  - `data` JobSubmittedRead, required
    - `uuid` string, uuid, required — The UUID of the job that was submitted
    - `_links` JobSubmittedReadLinks, required
      - `status` HalLink, required
        - `href` string, uri, required
        - `title` string — A human-readable title for the link
        - `type` string, required — The content-type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden Forbidden (requires scopes `insights:read`)
- `429` — Too many requests

---

[API](https://skmtc.net/fieldguide/apis/fieldguide-api.md) · [All operations](https://skmtc.net/fieldguide/apis/fieldguide-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldguide/fieldguide-api/revisions/6f6009a58cdd/schema)
