---
title: "Get latest data harvest"
method: GET
path: "/users/@me/harvest/latest"
tags: ["Users"]
---

# Get latest data harvest

`GET /users/@me/harvest/latest`

Retrieves the status of the most recent data harvest request. Returns null if no harvest has been requested yet. Shows progress and estimated completion time.

## Response `200`

Success

- HarvestStatusResponseSchemaNullable
  - `harvest_id` string, required — Unique identifier for the harvest request
  - `status` 'pending' | 'processing' | 'completed' | 'failed', required — Current status of the harvest request
  - `created_at` string, required — ISO 8601 timestamp when the harvest request was created
  - `started_at` string, nullable, required — ISO 8601 timestamp when the harvest started, or null if pending
  - `completed_at` string, nullable, required — ISO 8601 timestamp when the harvest completed, or null otherwise
  - `failed_at` string, nullable, required — ISO 8601 timestamp when the harvest failed, or null otherwise
  - `file_size` string, nullable, required — Final file size of the downloaded data, expressed as a string, or null if not available
  - `progress_percent` number, required — Harvest progress as a percentage value between 0 and 100
  - `progress_step` string, nullable, required — Textual description of the current harvest step, if available
  - `error_message` string, nullable, required — Error message when the harvest fails, or null otherwise
  - `download_url_expires_at` string, nullable, required — ISO 8601 timestamp when the download URL expires, or null if unavailable
  - `expires_at` string, nullable, required — ISO 8601 timestamp when the harvest download expires, or null if unavailable

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `401` — Unauthorized - Authentication is required or the token is invalid
- `403` — Forbidden - You do not have permission to perform this action
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.dev/fluxer/apis/fluxer-api.md) · [All operations](https://skmtc.dev/fluxer/apis/fluxer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluxer/fluxer-api/revisions/d9c706133cc5/schema)
