---
title: "Get transferred resource"
method: GET
path: "/api/v2/transfers/{uuid}"
tags: ["v2 transfers"]
---

# Get transferred resource

`GET /api/v2/transfers/{uuid}`

Gets a particular transferred resource

## Path parameters

- `uuid` string, required

## Response `200`

OK

- TransferredResource
  - `uuid` string
  - `id` string
  - `fullPath` string
  - `relativePath` string
  - `parentId` string
  - `parentUUID` string
  - `ancestorsPaths` string[]
  - `size` integer
  - `creationDate` string, date-time
  - `lastScanDate` string, date-time
  - `name` string
  - `file` boolean
  - `fields` object
  - `parentPath` string

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/versions/afc3c5bcc0d9/schema)
