---
title: "Paginated identity-event timeline for a user (DESC by createdAt)"
method: GET
path: "/api/users/{id}/events"
tags: ["Users"]
---

# Paginated identity-event timeline for a user (DESC by createdAt)

`GET /api/users/{id}/events`

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `before` string

## Response `200`

Array of identity events

## Other responses

- `401` — Unauthorized
- `404` — User not found

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/revisions/4f62e32be8ec?raw)
