---
title: "Retrieve a list of API Requests that have been made."
method: GET
path: "/activity"
tags: ["Activity"]
---

# Retrieve a list of API Requests that have been made.

`GET /activity`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

OK

- APIRequest[]
  - `requestId` string, uuid — The unique id used to identify a single request.
  - `timestamp` string, date-time — The time at which the request was processed by the server.
  - `action` 'READ' | 'CREATE' | 'UPDATE' | 'DELETE'
  - `result` 'SUCCESS' | 'DENY'
  - `actor` object
    - `id` string, uuid
    - `account` string
    - `jti` string
    - `userAgent` string
    - `requestIp` string
  - `resource` object
    - `type` 'ITEM' | 'VAULT'
    - `vault` object
      - `id` string
    - `item` object
      - `id` string
    - `itemVersion` integer

## Other responses

- `401` — Invalid or missing token

---

[API](https://skmtc.net/1password/apis/1password-connect.md) · [All operations](https://skmtc.net/1password/apis/1password-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/1password/1password-connect/revisions/819fa3a9a104/schema)
