---
title: "Transaction search (simple filters)"
method: GET
path: "/transactions"
tags: ["Transactions"]
---

# Transaction search (simple filters)

`GET /transactions`

## Query parameters

- `from` integer
- `to` integer
- `page[limit]` integer
- `page[cursor]` string
- `sort` string
- `filter[transaction_id]` string
- `filter[src_ip]` string
- `filter[dst_ip]` string
- `filter[protocol]` integer
- `filter[method]` string

## Response `200`

Transactions list

- CallListResponse
  - `data` object
    - `items` CallElement[]
      - `id` number
      - `sid` string
      - `dst_host` string
      - `src_host` string
      - `dst_id` string
      - `src_id` string
      - `src_ip` string
      - `dst_ip` string
      - `src_port` number
      - `dst_port` number
      - `alias_src` string
      - `alias_dst` string
      - `method` string
      - `method_text` string
      - `create_date` integer
      - `protocol` number
      - `msg_color` string
      - `table` string
      - `ruri_user` string
      - `destination` integer
      - `micro_ts` integer
      - `storage_lake` string
      - `storage_volume` string
    - `keys` string[]
  - `meta` Meta
    - `request_id` string
    - `trace_id` string
    - `pagination` Pagination
      - `limit` integer
      - `next_cursor` string
      - `prev_cursor` string
      - `total` integer
      - `has_more` boolean
    - `message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.net/sipcapture/apis/homer-next-gen-api.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-next-gen-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-next-gen-api/versions/1966dd0df318/schema)
