---
title: "Get actions for a user"
method: GET
path: "/users/{id}/actions"
tags: ["user-actions"]
---

# Get actions for a user

`GET /users/{id}/actions`

## Path parameters

- `id` number, required

## Query parameters

- `page` number
- `limit` number
- `wallet` string
- `actions` number[]
- `withdrawalType` 1 | 2
- `assets` string[]
- `assetSymbols` string[]
- `startTimestamp` number
- `endTimestamp` number
- `status` 0 | 1 | 9

## Response `200`

List of user actions

- UserActionEntity[]

## Other responses

- `400` — Invalid wallet filter
- `401` — Unauthorized
- `403` — Forbidden — can only request own actions
- `404` — User not found

---

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