---
title: "List User Activities"
method: GET
path: "/v2/user_activities/{id}"
tags: ["Users"]
---

# List User Activities

`GET /v2/user_activities/{id}`

Retrieves a user's activities

## Path parameters

- `id` string, required

## Query parameters

- `start_time` string, required
- `end_time` string, required
- `activity_type` string
- `per_page` integer
- `page` integer

## Response `200`

OK

- object
  - `activities` object[]
    - `activity_type` string
    - `owner_id` integer
    - `id` integer
    - `owner_type` string
    - `applicant_id` string, nullable
    - `created_at` string
    - `activity` object
      - `field` string
      - `template_id` string
      - `email_subject` string
      - `validation_group_title` string
      - `funnel_title` string — The title of the opening
      - `stage_title` string — The stage title
      - `stage_id` string — Unique identifier for the stage

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
