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

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

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

## Path parameters

- `agent_id` string, uuid, required

## Query parameters

- `limit` integer, nullable

## Response `200`

- GetInstructionsHistoryResponse
  - `instruction_versions` InstructionVersion[], required
    - `content` string, required
    - `content_hash` string, required
    - `created_at` string, required
    - `id` integer, required
    - `source_id` string, required
    - `source_type` string, required
    - `storage_key` 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)
