---
title: "Get the activity logs for the specific user"
method: GET
path: "/users/{user_id}/activity"
tags: ["users"]
deprecated: true
---

# Get the activity logs for the specific user

`GET /users/{user_id}/activity`

> **Deprecated.**

## Path parameters

- `user_id` string, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

successfully retrieved the activity logs for the user

- UserLogs — Logs for a user
  - `id` string
  - `userId` string — id of user that logs are associated with
  - `updated` string — timestamp of last log update
  - `logs` string

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `404` — The specified resource was not found
- `500` — Internal server error

---

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