---
title: "Track multiple voice messages with filters for a specific time range"
method: POST
path: "/voice/tracking"
---

# Track multiple voice messages with filters for a specific time range

`POST /voice/tracking`

Limit the tracking result of multiple voice messages by passing filters

## Query parameters

- `from` string
- `to` string
- `page` integer
- `size` integer
- `sort` string
- `trackingId` string
- `tagged` boolean

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Request body

- object
  - `fieldName` string, required — Defines the name of the field for this filter. ACCEPTED VALUES: id, recipient, from, collectedTones, groups, country, status.status, campaign
  - `searchOperator` string — Defines the search operator to be used for the search. Examples: is, is_not, contains, starts_with, ends_with
  - `searchTerm` string, required — Defines the value of the specified field.

## Response `200`

200

- object
  - `content` object[]
    - `messageId` string
    - `to` string
    - `from` string
    - `country` string
    - `status` object
      - `status` string
      - `date` string
    - `applicationName` string
    - `originatingService` string
    - `direction` string
    - `duration` integer
    - `message` object
      - `language` string
      - `gender` string
      - `text` string
    - `price` integer
    - `chargeInterval` integer
    - `recordings` object[]
  - `totalElements` integer
  - `last` boolean
  - `totalPages` integer
  - `first` boolean
  - `numberOfElements` integer
  - `size` integer
  - `number` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
