---
title: "/2026-01/retail-media/accounts/{account-id}/audience-segments/search"
method: POST
path: "/2026-01/retail-media/accounts/{account-id}/audience-segments/search"
tags: ["Audience"]
---

# /2026-01/retail-media/accounts/{account-id}/audience-segments/search

`POST /2026-01/retail-media/accounts/{account-id}/audience-segments/search`

Returns a list of segments that match the provided filters. If present, the filters are AND'ed together when applied.

## Path parameters

- `account-id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Request body

- RmAudienceSegmentSearchInputV1 — A top-level object that encapsulates a Criteo API request for a single value.
  - `data` RmAudienceSegmentSearchEntityV1Resource — A top-level object that encapsulates a Criteo API response for a single value
    - `attributes` RmAudienceSegmentSearchEntityV1 — Available filters to perform a search on audience segments. If present, the filters are AND'ed together when applied.
      - `audienceSegmentIds` string[] — List of segment ids
      - `audienceSegmentTypes` string[] — List of segment types
      - `retailerIds` string[] — List of retailer ids
    - `type` string

## Response `200`

Success or partial success

- RmAudienceSegmentEntityV1RmAudienceSegmentSearchMetadataV1ListResponse — A top-level object that encapsulates a Criteo API response for several entities and metadata
  - `data` RmAudienceSegmentEntityV1Resource[], nullable
    - `attributes` RmAudienceSegmentEntityV1, nullable — Set of rules that defines specific people to target.
      - `accountId` string, nullable — Account associated to the segment
      - `channels` string[], nullable — Channels associated to the segment (read-only)
      - `contactList` RmContactListV1, nullable — Settings to target users with your contact lists.
        - `identifierType` 'Unknown' | 'Email' | 'UserIdentifier' | 'IdentityLink' | 'CustomerId' | 'PhoneNumber', nullable — Indicates contact list identifier's type
        - `isReadOnly` boolean, nullable — Is the segment read-only
        - `sharingStatus` 'Unknown' | 'NotShared' | 'SharedWithAll' | 'SharedWithDemandAccounts', nullable — Indicates if the contact list is shared with other accounts
      - `createdAt` string, date-time, nullable — ISO-8601 timestamp in UTC of segment creation (read-only)
      - `createdById` string, nullable — User that created the segment
      - `description` string, nullable — Description of the segment
      - `events` RmEventsV1, nullable — Settings to target users based on their behavior
        - `brandIds` string[], nullable — The list of brand ids
        - `categoryIds` string[], nullable — The list of category ids
        - `lookbackDays` 'Unknown' | 'Last7Days' | 'Last14Days' | 'Last30Days' | 'Last45Days' | 'Last60Days' | 'Last90Days' | 'Last120Days' | 'Last150Days' | 'Last180Days', nullable — The number of days to look back
        - `maxPrice` number, double, nullable — Maximum price of the products
        - `minPrice` number, double, nullable — Minimum price of the products
        - `shopperActivity` 'Unknown' | 'View' | 'Buy' | 'AddToCart', nullable — Reach people who performed specific action
      - `name` string, nullable — Name of the segment
      - `retailerId` string, nullable — Retailer associated to the segment
      - `type` 'Unknown' | 'ContactList' | 'Events', nullable — Type of segment (read-only)
      - `updatedAt` string, date-time, nullable — ISO-8601 timestamp in UTC of segment update (read-only)
    - `id` string, nullable — Id of the entity
    - `type` string, nullable
  - `errors` CommonProblem[], nullable
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s)
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `traceIdentifier` string, nullable — The request correlation ID this problem comes from. (deprecated, use traceId instead)
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.
  - `meta` RmAudienceSegmentSearchMetadataV1, nullable — Metadata for the audience segment search response.
    - `limit` integer, nullable — Max item of the current page
    - `offset` integer, nullable — Number of item to skip
    - `totalItems` integer, nullable — Total number of items
  - `warnings` CommonProblem[], nullable
    - `code` string, nullable — A machine-readable error code, expressed as a string value.
    - `detail` string, nullable — A human-readable explanation specific to this occurrence of the problem
    - `instance` string, nullable — A URI that identifies the specific occurrence of the problem.
    - `source` object, nullable — A machine-readable structure to reference to the exact location(s) causing the error(s)
    - `stackTrace` string, nullable
    - `title` string, nullable — A short human-readable description of the problem type
    - `traceId` string, nullable — The request correlation ID this problem comes from.
    - `traceIdentifier` string, nullable — The request correlation ID this problem comes from. (deprecated, use traceId instead)
    - `type` 'unknown' | 'access-control' | 'authentication' | 'authorization' | 'availability' | 'deprecation' | 'quota' | 'validation', nullable — The problem's category.

---

[API](https://skmtc.net/criteo/apis/criteo-api.md) · [All operations](https://skmtc.net/criteo/apis/criteo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/criteo/criteo-api/revisions/c1721589426a/schema)
