---
title: "Gets large data object"
method: GET
path: "/largedata/v4/{dataId}/data"
tags: ["Largedata"]
---

# Gets large data object

`GET /largedata/v4/{dataId}/data`

Downloads a part of large data.

The data to be downloaded is identified with `dataId`. 
`offset` query paremeter specifies the first byte of the data,
and `count` indicates how many bytes of the data is to be downloaded
starting from and including the `offset`. The default value for `offset`
is zero and the for `count` it is the total size of the data.

The size of one downloaded data part must be between 1 byte and 10 MB.

## Query parameters

- `offset` integer — Byte offset to the data to be downloaded (inclusive, starts at zero)
- `count` integer — Number of bytes of the data to download

## Response `200`

Success

## Other responses

- `400` — Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body.
- `401` — Unauthorized The request did not provide correct authentication details
- `403` — Forbidden The account does not have the correct privileges
- `404` — Not Found The specified resource was not found

---

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