---
title: "GET /2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}"
method: GET
path: "/2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}"
---

# GET /2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}

`GET /2023-10-12/farms/{farmId}/storage-profiles/{storageProfileId}`

Gets a storage profile.

## Path parameters

- `farmId` string, required
- `storageProfileId` string, required

## Response `200`

Success

- GetStorageProfileResponse
  - `storageProfileId` string, required — The storage profile ID.
  - `displayName` string, required — <p>The display name of the storage profile.</p> <important> <p>This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.</p> </important>
  - `osFamily` 'WINDOWS' | 'LINUX' | 'MACOS', required — The operating system (OS) for the storage profile.
  - `createdAt` string, date-time, required — The date and time the resource was created.
  - `createdBy` string, required — The user or system that created this resource.
  - `updatedAt` string, date-time — The date and time the resource was updated.
  - `updatedBy` string — The user or system that updated this resource.
  - `fileSystemLocations` FileSystemLocation[] — The location of the files for the storage profile.
    - `name` string, required — The location name.
    - `path` string, required — The file path.
    - `type` 'SHARED' | 'LOCAL', required — The type of file.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerErrorException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/deadline.md) · [All operations](https://skmtc.net/aws/apis/deadline/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/deadline/versions/259a7ebfefa8/schema)
