---
title: "Listar actividad de la cuenta"
method: GET
path: "/activities"
tags: ["activities"]
---

# Listar actividad de la cuenta

`GET /activities`

Devuelve el feed de actividad de la cuenta (pagos, transferencias, retiros, conversiones, etc.), del más reciente al más antiguo. Es la fuente de verdad para el historial de movimientos. Paginado con headers RFC 8288. Filtra por fecha de creación con `from_time` + `until_time`.

## Query parameters

- `type` string
- `from_time` string, date-time
- `until_time` string, date-time

## Headers

- `X-SECRET-KEY` string, required

## Response `200`

Lista de actividades

- Activity[]
  - `id` string
  - `type` string — Tipo de evento
  - `created_at` string, date-time
  - `amount_in_cents` integer, nullable
  - `currency` string, nullable
  - `status` string, nullable

---

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