---
title: "Data feed for activity log events"
method: GET
path: "/feed/activity_log_events"
tags: ["Data Feeds"]
---

# Data feed for activity log events

`GET /feed/activity_log_events`

## Query parameters

- `limit` integer
- `offset` integer
- `triggered_after` string, date-time
- `next_page_token` string

## Response `200`

A successful response.

- S12ThepubV1FeedActivityLogEventsResponse
  - `metadata` S12ThepubV1FeedMetadata — The metadata returned on a feed
    - `next_page` string — The path to fetch the next page on.
    - `remaining_records` integer — Estimated remaining records.
  - `data` S12ThepubV1FeedActivityLogEventsResponseFeedActivityLogEvent[] — The activity log event.
    - `id` string — Unique event ID.
    - `event_at` string, date-time — Date this event was captured.
    - `type` string — Type of event.
    - `user_id` string — User who initiated the event.
    - `organisation_id` string — Organisation where this event took place.
    - `client_class` string — Type of client that initiated this event (web, mobile, etc).
    - `agent` string — User agent that initiated this event.
    - `metadata` string — Associated event metadata.
    - `remote_ip` string — IP that this event originated from if available.
    - `initiator` string — Type of event, user, system, etc.

## Other responses

- `default` — An unexpected error response.

---

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