---
title: "POST /call/report/qos"
method: POST
path: "/call/report/qos"
tags: ["search"]
---

# POST /call/report/qos

`POST /call/report/qos`

Returns qos data based upon filtered json

## Request body

- SearchObject
  - `param` object, required
    - `limit` integer, required — this controls the number of records to display
    - `location` object — location
      - `node` string[]
    - `orlogic` boolean — this control the type of search one can perform type: boolean
    - `search` object — this control the type of search one can perform type: string format: binary
    - `timezone` object — timezone settings type: object
      - `name` string
      - `value` integer
    - `transaction` object
    - `whitelist` string[] — ips to be removed from search
  - `timestamp` object — this control the time range for used for search
    - `from` integer, required — current timestamp in miliseconds
    - `to` integer, required — current timestamp in miliseconds

## Response `200`

SearchTransactionQos

- SearchTransactionQos
  - `rtcp` SearchTransactionRtpList
    - `data` SearchTransactionRtp[]
      - `captureId` string
      - `capturePass` string
      - `correlation_id` string
      - `create_date` string
      - `dbnode` string
      - `dstIp` string
      - `dstPort` number, double
      - `id` number, double
      - `node` string[]
      - `payloadType` integer
      - `profile` string
      - `proto` string
      - `protocol` integer
      - `protocolFamily` integer
      - `raw` string
      - `sid` string
      - `srcIp` string
      - `srcPort` number, double
      - `timeSeconds` integer
      - `timeUseconds` integer
  - `rtp` SearchTransactionRtpList
    - `data` SearchTransactionRtp[]
      - `captureId` string
      - `capturePass` string
      - `correlation_id` string
      - `create_date` string
      - `dbnode` string
      - `dstIp` string
      - `dstPort` number, double
      - `id` number, double
      - `node` string[]
      - `payloadType` integer
      - `profile` string
      - `proto` string
      - `protocol` integer
      - `protocolFamily` integer
      - `raw` string
      - `sid` string
      - `srcIp` string
      - `srcPort` number, double
      - `timeSeconds` integer
      - `timeUseconds` integer

## Other responses

- `400` — FailureResponse

---

[API](https://skmtc.net/sipcapture/apis/homer-app.md) · [All operations](https://skmtc.net/sipcapture/apis/homer-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sipcapture/homer-app/versions/2f261ecc6074/schema)
