---
title: "Get Transactions"
method: GET
path: "/api/v1/monitor/transactions"
tags: ["Monitor"]
---

# Get Transactions

`GET /api/v1/monitor/transactions`

## Query parameters

- `flow_id` string, uuid, required
- `page` integer — Page number
- `size` integer — Page size

## Response `200`

Successful Response

- PageTransactionLogsResponse
  - `items` TransactionLogsResponse[], required
    - `id` string, uuid, required
    - `inputs` object
    - `outputs` object
    - `status` string, required
    - `target_id` string, nullable
    - `timestamp` string, date-time
    - `vertex_id` string, required
  - `page` integer, required
  - `pages` integer, required
  - `size` integer, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-12** `830c31118215` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-03-06** `0be341779529` — 1 breaking, 1 warning, 4 info
  - removed the required property `items/items/flow_id` from the response with the `200` status
  - removed the optional property `items/items/error` from the response with the `200` status
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
  - …2 more
- **2026-02-18** `191b57fc530b` — 2 breaking, 4 info
  - the response property `items/items/id` became optional for the status `200`
  - response property `items/items/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/monitor/transactions/get.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/a5c4fa6a88f7/schema)
