---
title: "Get a strategy rules placement"
method: GET
path: "/v2/sites/{site_id}/placements/{placement_id}/"
tags: ["placements"]
---

# Get a strategy rules placement

`GET /v2/sites/{site_id}/placements/{placement_id}/`

Retrieve the details of a specific strategy rules placement

## Path parameters

- `site_id` string, required — Unique identifier for a resource
- `placement_id` string, required — Unique identifier for a resource

## Response `200`

Resource successfully retrieved

- PlacementResourceRead
  - `schema` string
  - `id` string — Unique identifier for a resource
  - `created` string — Date and time at which the resource was created
  - `last_modified` string — Date and time at which the resource was most recently modified
  - `type` string — Name of the type of resource.
  - `relationships` object — Ancilliary resources associated to the primary resource being read
    - `strategy` RelationshipRead
      - `id` string — Unique identifier for a resource
      - `type` string — Resource type
  - `metadata` PlacementResourceMetadata
    - `name` string — Display name for the placement
    - `description` string — Description of the placement
    - `enabled` boolean — Indicates whether the placement is enabled for delivery
  - `is_deliverable` boolean — Indicates whether the placement is active and ready for delivery

## Other responses

- `404` — Not Found The requested asset could not be found.

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/versions/180db7cada27/schema)
