---
title: "List Agent Actions"
method: GET
path: "/api/v1/admin/parts/{part_id}/agent-actions"
tags: ["admin-agent-actions"]
---

# List Agent Actions

`GET /api/v1/admin/parts/{part_id}/agent-actions`

List agent actions for a part, ordered by most recent first.

## Path parameters

- `part_id` string, uuid, required

## Query parameters

- `limit` integer

## Response `200`

Successful Response

- AgentActionListItem[]
  - `id` string, uuid, required
  - `action_type` string, required
  - `part_id` string, uuid, required
  - `status` string, required
  - `cost_usd` number, nullable
  - `triggered_by_role` string, required
  - `approval_status` string, nullable
  - `created_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)
