---
title: "Get Deployment Instructions"
method: GET
path: "/api/v1/service-catalog/instructions"
tags: ["Service Catalog Resource"]
---

# Get Deployment Instructions

`GET /api/v1/service-catalog/instructions`

## Query parameters

- `model` string
- `name` string

## Response `200`

OK

- WanakuResponseDeploymentInstructions
  - `error` WanakuError
    - `message` string
  - `data` DeploymentInstructions
    - `catalogName` string
    - `catalogType` string
    - `deploymentModel` string
    - `systems` SystemInstruction[]
      - `systemName` string
      - `instruction` string
      - `format` string
    - `placeholders` PlaceholderDefinition[]
      - `key` string
      - `label` string
      - `description` string
      - `defaultValue` string
      - `type` string

---

[API](https://skmtc.net/wanaku-ai/apis/wanaku-router-backend-api.md) · [All operations](https://skmtc.net/wanaku-ai/apis/wanaku-router-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wanaku-ai/wanaku-router-backend-api/versions/801af2512b23/schema)
