---
title: "List Activity Events"
method: GET
path: "/v2/deprecated/activity"
deprecated: true
---

# List Activity Events

`GET /v2/deprecated/activity`

> **Deprecated.**

Fetches all API History events for given filters.

## Query parameters

- `actor_id` string[] — Actor ID to search
- `actor_display_name` string — Actor display name to search
- `actor_type` string[] — Actor type to search (member, user, api_key)
- `project_id` string[] — Projects to include in search
- `env_id` string[] — Environments to include in search
- `timestamp_from` integer — Retrieve only events after this timestamp (seconds since epoch)
- `timestamp_until` integer — Retrieve only events before this timestamp (seconds since epoch)
- `page` integer — Page number of the results to fetch, starting at 1.
- `per_page` integer — The number of results per page (max 100).

## Response `200`

Successful Response

- PaginatedResultActivityLogEventRead
  - `data` ActivityLogEventRead[], required — List of Activity Log Events
    - `id` string, uuid, required
    - `timestamp` string, date-time, required
    - `activity_id` string
    - `activity_description` string
    - `activity_details` object
    - `client_ip` string, required
    - `actor_type` string, required
    - `actor_id` string, uuid, required
    - `actor_display_name` string
    - `org_id` string, uuid
    - `project_key` string
    - `project_id` string, uuid
    - `env_key` string
    - `env_id` string, uuid
  - `total_count` integer, required
  - `page_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/permit/apis/permit-io-api.md) · [All operations](https://skmtc.net/permit/apis/permit-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/permit/permit-io-api/versions/f3391dcb29a4/schema)
