> ## Documentation Index
> Fetch the complete documentation index at: https://developers.criteo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# /2026-01/retail-media/catalogs/{catalogId}/output

> Output the indicated catalog. Catalogs are only available for retrieval when their associated status request
is at a Success status.
Produces application/x-json-stream CatalogProduct json objects (first introduced in the 2021-07 version).



## OpenAPI

````yaml https://api.criteo.com/2026-01/retailmedia/open-api-specifications.json get /2026-01/retail-media/catalogs/{catalogId}/output
openapi: 3.0.1
info:
  title: Criteo API
  description: Criteo API - RetailMedia
  version: 2026-01
servers:
  - url: https://api.criteo.com
security:
  - oauth: []
tags:
  - name: Accounts
  - name: Analytics
  - name: Audience
  - name: Balance
  - name: Billing
  - name: Campaign
  - name: Gateway
paths:
  /2026-01/retail-media/catalogs/{catalogId}/output:
    get:
      tags:
        - Campaign
      summary: /2026-01/retail-media/catalogs/{catalogId}/output
      description: "Output the indicated catalog. Catalogs are only available for retrieval when their associated status request\r\nis at a Success status.\r\nProduces application/x-json-stream CatalogProduct json objects (first introduced in the 2021-07 version)."
      operationId: GetCatalogOutput
      parameters:
        - name: catalogId
          in: path
          description: A catalog ID returned from an account catalog request.
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Catalog download initiated.
          content:
            application/x-json-stream:
              schema:
                type: string
                format: binary
        '204':
          description: Catalog has expired.
      security:
        - oauth:
            - RetailMedia_Campaign_Read
components:
  securitySchemes:
    oauth:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://api.criteo.com/oauth2/token
          scopes: {}
        authorizationCode:
          authorizationUrl: https://api.criteo.com/oauth2
          tokenUrl: https://api.criteo.com/oauth2/token
          scopes: {}

````