---
title: "Read a deployment strategy by ID"
method: GET
path: "/deployment_strategy/{id}"
tags: ["Deployment strategy"]
---

# Read a deployment strategy by ID

`GET /deployment_strategy/{id}`

Retrieves a specific deployment strategy by its ID.

## Path parameters

- `id` string, required

## Response `200`

Deployment strategy details

- DeploymentStrategy
  - `id` string, required — Unique identifier for the deployment strategy.
  - `name` string, required — Name of the deployment strategy.
  - `description` string — Description of the deployment strategy.
  - `nrn` string, required — The NRN of the entity that the deployment strategy is associated with.
  - `dimensions` object — Strategy dimensions for matching scopes.
  - `parameters` object — JSON Schema for validating strategy parameters.
  - `scope_type_ids` string[] — List of scope type IDs associated with this strategy.
  - `created_by` string — ID of the user who created the strategy.
  - `updated_by` string — ID of the user who last updated the strategy.
  - `created_at` string, date-time — Timestamp when the strategy was created.
  - `updated_at` string, date-time — Timestamp when the strategy was last updated.

## Other responses

- `400` — Client error responses due to invalid input or missing parameters.
- `500` — Server error responses indicating an issue on the API side.

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
