---
title: "Get placement server"
method: GET
path: "/api/v2/placements/{placementID}/servers/{serverID}"
tags: ["Placement Servers"]
---

# Get placement server

`GET /api/v2/placements/{placementID}/servers/{serverID}`

Get a placement server.

## Response `200`

A placement server.

- PlacementServerV2Read — A placement server.
  - `metadata` ProjectScopedResourceReadMetadata, required — Metadata required for all API resource reads and writes.
    - `name` string, required — A valid Kubernetes label value, typically used for resource names that can be indexed in the database.
    - `description` string — The resource description, this optionally augments the name with more context.
    - `tags` Tag[] — A list of tags.
      - `name` string, required — A unique tag name.
      - `value` string, required — The value of the tag.
    - `id` string, required — The unique resource ID.
    - `creationTime` string, date-time, required — The time the resource was created.
    - `createdBy` string — The user who created the resource.
    - `modifiedTime` string, date-time — The time a resource was updated.
    - `modifiedBy` string — The user who updated the resource.
    - `deletionTime` string, date-time — The time the resource was deleted.
    - `provisioningStatus` 'unknown' | 'provisioning' | 'provisioned' | 'deprovisioning' | 'error', required — The provisioning state of a resource.
    - `healthStatus` 'unknown' | 'healthy' | 'degraded' | 'error', required — The health state of a resource.
    - `organizationId` string, required — The organization identifier the resource belongs to.
    - `projectId` string, required — The project identifier the resource belongs to.
  - `status` PlacementServerV2Status, required — Read only runtime status information about a placement server.
    - `regionId` string, required — The region the placement server belongs to.
    - `reservationId` string, required — The reservation the placement server allocates from.
    - `placementId` string, required — The placement that owns this server.
    - `networkId` string, required — The network the placement server belongs to.
    - `powerState` 'Pending' | 'Queued' | 'Building' | 'Running' | 'Stopping' | 'Stopped' — The lifecycle phase of an instance. Once provisioning_status reaches provisioned, this becomes the live readiness signal: API consumers should treat Running (not provisioned) as the "ready to use" state. Queued and Building are observed during create — Queued for baremetal servers waiting on hardware, Building for servers the provider is actively bringing up.
    - `privateIP` string — The private IP address of the server.
    - `publicIP` string — The public IP address of the server.
    - `macAddress` string — The MAC address of the server.

## Other responses

- `400` — Request body failed schema validation, or the request does not contain all the required fields.
- `401` — Authentication failed or the access token has expired.
- `403` — Request was denied by authorization, this may be caused by the authorization token not having the required scope for an API, or the user doesn't have the necessary privileges on the provider platform.
- `404` — Unable to find a resource.
- `500` — An unexpected or unhandled error occurred. This may be a transient error and may succeed on a retry. If this isn't the case, please report it as an issue.

---

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