---
title: "Get Agent Action"
method: GET
path: "/api/v1/admin/agent-actions/{action_id}"
tags: ["admin-agent-actions"]
---

# Get Agent Action

`GET /api/v1/admin/agent-actions/{action_id}`

Get full detail of a single agent action.

## Path parameters

- `action_id` string, uuid, required

## Response `200`

Successful Response

- AgentActionResponse — Full detail response.
  - `id` string, uuid, required
  - `action_type` string, required
  - `part_id` string, uuid, required
  - `cad_file_version_id` string, uuid, nullable
  - `triggered_by` string, required
  - `triggered_by_role` string, required
  - `status` string, required
  - `input_data` object, nullable
  - `output_data` object, nullable
  - `error_message` string, nullable
  - `cost_usd` number, nullable
  - `model` string, nullable
  - `prompt_tokens` integer, nullable
  - `completion_tokens` integer, nullable
  - `duration_ms` integer, nullable
  - `approval_status` string, nullable
  - `approved_by` string, nullable
  - `approved_at` string, date-time, nullable
  - `approval_notes` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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