---
title: "Get a specific data package."
method: GET
path: "/dataPackages/{dataPackageId}"
tags: ["Data Packages"]
---

# Get a specific data package.

`GET /dataPackages/{dataPackageId}`

## Path parameters

- `dataPackageId` string, required

## Response `200`

A data package.

- DataPackage — A data package provides access to OS products that are not OpenData. If you have access to to products that are available as data packages then you can create new data packages using the OS Data Hub. Once you have set up your data packages you can use this API to access them.
  - `id` string, required
  - `name` string, required
  - `url` string, uri, required
  - `createdOn` string, date, required
  - `productId` string, required
  - `productName` string, required
  - `versions` DataPackageVersionSummary[], required
    - `id` string, required
    - `url` string, uri, required
    - `createdOn` string, date, required
    - `reason` 'INITIAL' | 'UPDATE' | 'EXPANSION' | 'RESUPPLY' | 'ONLINE_ORDER', required
    - `supplyType` 'FULL' | 'COU', required
    - `productVersion` string, required
    - `format` string
    - `dataPackageUrl` string, uri

## Other responses

- `401` — The API key or OAuth 2 access token is missing or invalid.
- `404` — The request does not match any known content. The response will contain a human readable message, and may also contain links to help you navigate to other API endpoints.

---

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