---
title: "GET /v1/agents/{agent_id}/instructions"
method: GET
path: "/v1/agents/{agent_id}/instructions"
tags: ["instructions"]
---

# GET /v1/agents/{agent_id}/instructions

`GET /v1/agents/{agent_id}/instructions`

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

- GetInstructionsResponse
  - `instructions` InstructionsSummary
    - `agent_id` string, required
    - `content` string, required
    - `content_hash` string, required
    - `plan_steps` RestPlanStep[]
      - `description` string, required
      - `icon` string, nullable
      - `order` integer, required
      - `title` string, required
      - `tools` string[], required
    - `source_id` string, required
    - `storage_key` string, required
    - `updated_at` string, required
    - `user_email` string, required
    - `user_id` string, required

## Other responses

- `404`

---

[API](https://skmtc.net/twin/apis/twin-api.md) · [All operations](https://skmtc.net/twin/apis/twin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twin/twin-api/revisions/a674e57c2ec4/schema)
