---
title: "Get transaction count"
method: GET
path: "/v2/transactions/total-items"
tags: ["Transactions"]
---

# Get transaction count

`GET /v2/transactions/total-items`

Returns the number of transactions that match the given search parameters.

## Query parameters

- `statementId` integer
- `customerId` integer
- `transactionTypeId` integer
- `processingCode` string
- `credit` boolean
- `authorizationId` integer
- `authorizationType` 'NETWORK' | 'PLATFORM'
- `eventDateStart` string, date or date-time
- `eventDateEnd` string, date or date-time

## Response `200`

OK

- TransactionsCount
  - `total_items` integer — Total transaction count

## Other responses

- `400` — Bad request
- `500` — Internal error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
