---
title: "Get transaction information"
method: GET
path: "/consumers/{consumer_id}/connections/{connection_id}/transactions"
tags: ["Connections"]
---

# Get transaction information

`GET /consumers/{consumer_id}/connections/{connection_id}/transactions`

Returns transaction info by client_request_id

## Path parameters

- `connection_id` string, uuid, required
- `consumer_id` string, uuid, required

## Query parameters

- `client_request_id` string, required

## Response `200`

Successful Response

- ApiTransactionLookupOut
  - `created_on` string, date-time, required — Date and time when the API transaction started (UTC).
  - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'HEAD' | 'OPTIONS', required
  - `route` string, required — Path of the original request.
  - `status_code` integer, required — HTTP status code returned by the original request.
  - `created_entity_id` string, nullable — Identifier of the entity created by the request, when applicable (typically for POST).

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
