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

# /2025-07/retail-media/billing/partner-report/{requestId}/output

> Get the output of an existing Partner Billing Report.



## OpenAPI

````yaml https://api.criteo.com/2025-07/retailmedia/open-api-specifications.json get /2025-07/retail-media/billing/partner-report/{requestId}/output
openapi: 3.0.1
info:
  title: Criteo API
  description: Criteo API - RetailMedia
  version: 2025-07
servers:
  - url: https://api.criteo.com
security:
  - oauth: []
tags:
  - name: Accounts
  - name: Analytics
  - name: Audience
  - name: Balance
  - name: Billing
  - name: Campaign
  - name: Gateway
paths:
  /2025-07/retail-media/billing/partner-report/{requestId}/output:
    get:
      tags:
        - Billing
      summary: /2025-07/retail-media/billing/partner-report/{requestId}/output
      description: Get the output of an existing Partner Billing Report.
      operationId: GetPartnerBillingReportOutputV1
      parameters:
        - name: requestId
          in: path
          description: The id of a Partner Billing Report request.
          required: true
          schema:
            type: string
      responses:
        '200':
          description: Success
          content:
            application/csv:
              schema:
                type: string
                format: binary
            application/json:
              schema:
                type: string
                format: binary
      security:
        - oauth:
            - RetailMedia_Billing_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: {}

````