Skip to main content
GET
Lista transacciones con filtros y cursor (TXN-007/008)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

accountId
string
categoryId
string

Filtra por categoría (incluye su subárbol, CAT-003).

importId
string

Filtra por lote de importación (08).

contactId
string

IOU donde participa este contacto (IOU-T32).

noCategory
boolean

true = sólo transacciones sin categoría (TXN-008).

type
enum<string>
Available options:
expense,
income,
transfer,
refund,
shared_bill,
paid_for_friend,
loan,
settlement,
investment_buy,
investment_sell,
investment_dividend,
capital_gain,
capital_loss
status
enum<string>
Available options:
cleared,
pending,
reconciled
startDate
string
Example:

"2026-07-01"

endDate
string
Example:

"2026-07-31"

q
string

Búsqueda de texto libre en la descripción.

cursor
string

Cursor opaco de la página anterior.

limit
number
default:50
Required range: x <= 100

Response

200 - application/json
items
object[]
required
nextCursor
string | null
required