---
title: "Get a placement profile"
method: GET
path: "/projects/{projectId}/placement-profiles/{id}"
tags: ["PlacementProfileService"]
---

# Get a placement profile

`GET /projects/{projectId}/placement-profiles/{id}`

Retrieves a reusable placement profile and its ordered region preferences.

## Path parameters

- `projectId` string, required — Project identifier.
- `id` string, required — Placement profile identifier.

## Response `200`

OK

- DEPlacementProfile — Reusable ordered region preferences for scheduling a project's deployments.
  - `id` string, required — Unique placement profile identifier.
  - `projectId` string, required — Project that owns the placement profile.
  - `organizationId` string, required — Organization that owns the placement profile.
  - `name` string, required — Human-readable placement profile name.
  - `preferredRegions` string[], required — Preferred deployment regions in descending priority order.

## Other responses

- `default` — Default error response

---

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