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

# Gets metadata for a large data object

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

Gets metadata for a large data object.

## Response `200`

Success

- object — Metadata for a large data object
  - `completedAt` string, date-time — Time when data upload was completed
  - `createdAt` string, date-time, required — Time when data upload was created
  - `dataId` string, required — Large data object identifier
  - `description` string — Large data object description
  - `name` string — Large data object name
  - `numberOfParts` integer, required — Number of parts
  - `size` integer — Total size of the data in bytes
  - `status` 'preparing' | 'pending' | 'ongoing' | 'completed' | 'failed', required — State of the data upload
  - `trackingId` string, required — ID of the device that produced this data

## 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)
