---
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

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

## Other responses

- `422` — Validation Error

## Changes

- **2025-12-23** `b0ee9ddb8d9f` — 3 info
  - the endpoint scheme security `API key header` was added to the API
  - the endpoint scheme security `API key query` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
- **2025-10-16** `9bd3e81318d7` — 2 breaking, 2 warning, 5 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`
  - removed the optional property `detail/items/ctx` from the response with the `422` status
  - removed the optional property `detail/items/input` from the response with the `422` status
  - …5 more

[Change 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/8dfb7a246b06/schema)
