---
title: "Search processing lists"
method: POST
path: "/v2/namespace/processing-list/search"
tags: ["Namespace Processing Lists V2"]
---

# Search processing lists

`POST /v2/namespace/processing-list/search`

Search processing lists by namespace list or region, optionally by date

## Request body

- ProcessingListSearchRequest
  - `processingDate` string
  - `namespaces` string[]
  - `region` Location
    - `country` string
    - `state` string
  - `includeIntersections` boolean

## Response `200`

Successful response

- ProcessingListResponse
  - `createdDate` string
  - `responseId` string
  - `result` ProcessingListData[]
    - `namespace` string
    - `processingDate` string
    - `status` string
    - `intersectionCount` integer
    - `intersections` string[]

## Other responses

- `400` — Bad request - invalid parameters
- `401` — Unauthorized - invalid or missing token
- `500` — Internal server error

## Changes

- **2026-08-12** `1c85188b576d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/inrix/apis/inrix-analytics-webservice-template-api/changes/v2/namespace/processing-list/search/post.md)

---

[API](https://skmtc.dev/inrix/apis/inrix-analytics-webservice-template-api.md) · [All operations](https://skmtc.dev/inrix/apis/inrix-analytics-webservice-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inrix/inrix-analytics-webservice-template-api/revisions/1c85188b576d/schema)
