---
title: "Track multiple Number Lookup requests with filters"
method: POST
path: "/lookup/tracking"
---

# Track multiple Number Lookup requests with filters

`POST /lookup/tracking`

Limit the tracking result of multiple Lookup records by passing filters

## Query parameters

- `dateStart` string, date
- `dateEnd` string, date
- `page` integer
- `size` integer
- `sort` string

## Headers

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

## Request body

- object
  - `fieldName` string, required — The name of the field to filter. Possible values: 'lookupID', 'network', 'label', 'country', 'status', 'ported', 'imsi', 'roaming', 'groups', 'campaignName', 'campaignID'. If a non-existed field name value is used then all the results are returned.
  - `searchTerm` string, required — The exact value that the specified field must match.
  - `searchOperator` string — Optional: The operator upon which the search operation will be executed. Possible values: 'is', 'is_not', 'contains', 'starts_with', 'ends_with'. If missing defaults to 'is'.

## Response `200`

200

- object
  - `totalPages` string
  - `last` string
  - `totalElements` string
  - `first` string
  - `numberOfElements` string
  - `size` string
  - `number` string
  - `content` object[]
    - `to` string
    - `label` string
    - `lookupId` string
    - `createdAt` string
    - `statusInfo` object
      - `status` string
      - `description` string
      - `updatedAt` string
    - `details` object
      - `mcc` string
      - `country` object
        - `code` string
        - `name` string
        - `localeName` string
        - `isoA3Code` string
      - `network` object
        - `name` string
        - `mnc` string
      - `imsi` string
      - `ported` boolean
      - `portedNetwork` object
        - `name` string
        - `mnc` string
      - `roamingNetwork` object
        - `state` string
        - `mmc` string
        - `mnc` string
        - `country` string
        - `countryIsoCode` string
        - `network` string
    - `applicationName` string

## 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)
