---
title: "Event"
method: GET
path: "/profile/{profile_public_id}/event/"
tags: ["profile"]
---

# Event

`GET /profile/{profile_public_id}/event/`

Lists events, generic actions for which points have been awarded.

## Query parameters

- `cursor` string
- `page_size` integer
- `date_start` string, date-time
- `date_end` string, date-time

## Response `200`

OK

- Event[]
  - `timestamp` string, date-time — Time at which the action was performed.
  - `points` number, nullable — Amount of points awarded for the action.
  - `description` string, nullable — Title / description of the action.

---

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