---
title: "Get action history"
method: GET
path: "/datasets/{handle}/activity"
tags: ["audit"]
---

# Get action history

`GET /datasets/{handle}/activity`

Get the list of write actions on the given sheet.

## Path parameters

- `handle` string, required

## Query parameters

- `page` string
- `pageSize` string

## Response `200`

OK

- AuditsActivityResponse
  - `entries` AuditEntry[]
    - `Action` AuditAction
      - `category` 'Create' | 'Update' | 'Delete'
      - `message` string
      - `type` string
    - `FileUuid` string
    - `Id` string
    - `Timestamp` string
    - `User` string
  - `message` string — Just to be similar to Response{}
  - `success` boolean — Just to be similar to Response{}

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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