---
title: "Get the DownloadRequest"
method: GET
path: "/plug/downloads/{downloadRequestWebhookId}"
tags: ["Downloads"]
---

# Get the DownloadRequest

`GET /plug/downloads/{downloadRequestWebhookId}`

If you have the specific download request ID, this endpoint allows you to retrieve detailed information about the download request.

## Path parameters

- `downloadRequestWebhookId` string, required

## Headers

- `Arcadia-Version` string, required

## Response `200`

OK

- PublicDownloadRequestResource
  - `createdAt` string, date-time, required — A timestamp indicating when the entity was created.
  - `downloadMethod` 'EMAIL' | 'IN_BROWSER', required — Method used for downloading data.
  - `id` string, required — A unique identifier for the entity.
  - `status` 'SUCCESS' | 'PREPARING' | 'FAILURE' | 'NO_CONTENT', required — Status of the resource.
  - `token` string, required — We require this token to be provided when you want to access the requested download file. If you made the request via an API call, this token can be found in our response to you. If you made the request via the Dashboard, this token already be included in the email we would send you.

---

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