---
title: "Unified audit timeline (revisions + operational + dependency events)"
method: GET
path: "/v1/assistants/{agent_id}/audit-log"
tags: ["assistants"]
---

# Unified audit timeline (revisions + operational + dependency events)

`GET /v1/assistants/{agent_id}/audit-log`

Unified audit timeline (§5.6).

## Path parameters

- `agent_id` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- AuditLogResponse — GET /assistants/{id}/audit-log — unified audit timeline (§5.6).
  - `events` AuditLogEntry[], required
    - `id` string, uuid, required
    - `event_type` string, required
    - `actor_id` string, uuid, nullable
    - `actor_principal_type` string, nullable
    - `actor_role` string, nullable
    - `field_path` string, nullable
    - `old_value` unknown
    - `new_value` unknown
    - `content_fingerprint` string, nullable
    - `reason` string, nullable
    - `created_at` string, date-time, required
    - `revision_id` string, uuid, nullable
    - `stack_position` integer, nullable
    - `promoted_at` string, date-time, nullable
  - `has_more` boolean
  - `next_cursor` string, nullable

## Other responses

- `422` — Validation Error

---

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