---
title: "Fetch Instruction"
method: GET
path: "/v1/fetch_instruction/"
tags: ["Public"]
---

# Fetch Instruction

`GET /v1/fetch_instruction/`

## Query parameters

- `instruction_id` integer, required

## Response `200`

Successful Response

- InstructionApiOut
  - `content` string, nullable
  - `type` string, nullable
  - `id` integer, required
  - `template_id` integer, required

## Other responses

- `422` — Validation Error

---

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