---
title: "/2026-01/retail-media/accounts/{account-id}/line-items"
method: GET
path: "/2026-01/retail-media/accounts/{account-id}/line-items"
tags: ["Campaign"]
---

# /2026-01/retail-media/accounts/{account-id}/line-items

`GET /2026-01/retail-media/accounts/{account-id}/line-items`

Gets page of line item objects for the given account id

## Path parameters

- `account-id` string, required

## Query parameters

- `limitToCampaignId` string[]
- `limitToId` string[]
- `limitToType` 'Unknown' | 'Auction' | 'Preferred', nullable
- `pageIndex` integer
- `pageSize` integer

## Response `200`

Success

- CommonLineItemPagedListResponse — Data model for a paged list of response resources
  - `data` ResourceOfCommonLineItem[]
    - `attributes` CommonLineItem — A common line item to hold line item information shared between preferred and auction line items
      - `budget` number, double, nullable
      - `budgetRemaining` number, double, nullable
      - `budgetSpent` number, double
      - `campaignId` string, long-id, required
      - `createdAt` string, date-time
      - `endDate` string, date, nullable — Represents the Date as a year, month, and day in the format YYYY-MM-DD
      - `id` string, nullable
      - `name` string, required
      - `startDate` string, date, required — Represents the Date as a year, month, and day in the format YYYY-MM-DD
      - `status` 'unknown' | 'active' | 'scheduled' | 'draft' | 'paused' | 'budgetHit' | 'ended' | 'archived' | 'noFunds'
      - `targetRetailerId` string, long-id, required
      - `type` 'unknown' | 'auction' | 'preferred', required
      - `updatedAt` string, date-time
    - `id` string, nullable — Id of the entity
    - `type` string, nullable — Canonical type name of the entity
  - `errors` CommonProblem[]
    - `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.
  - `metadata` PageMetadata — Metadata related to the current request
    - `currentPageIndex` integer, required
    - `currentPageSize` integer, required
    - `nextPage` string, nullable
    - `previousPage` string, nullable
    - `totalItemsAcrossAllPages` integer, nullable
    - `totalPages` integer, nullable
  - `warnings` CommonProblem[]
    - `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)
