---
title: "List deployment strategies"
method: GET
path: "/deployment_strategy"
tags: ["Deployment strategy"]
---

# List deployment strategies

`GET /deployment_strategy`

Retrieves a paginated list of deployment strategies

## Query parameters

- `offset` integer
- `limit` integer
- `nrn` string, required
- `scope_type_id` string
- `include` 'types'

## Response `200`

List of deployment strategies matching the query"

- DeploymentStrategyPaginatedList
  - `paging` object, required
    - `total` integer, required — The total number of results matching the query.
    - `offset` integer, required — The starting point for pagination. Defaults to 0 if not provided.
    - `limit` integer, required — The maximum number of results to return per page. The maximum allowed value is 200.
  - `results` DeploymentStrategy[], required
    - `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)
