---
title: "Get item batch status"
method: GET
path: "/catalogs/items/batch/{batch_id}"
tags: ["catalog_items"]
---

# Get item batch status

`GET /catalogs/items/batch/{batch_id}`

Get a single catalogs items batch owned by the "operating user_account". [See detailed documentation here.](/docs/api-features/shopping-overview/#Update%20items%20in%20batch)
- By default, the "operation user_account" is the token user_account.

Optional: Business Access: Specify an `ad_account_id` (obtained via [List ad accounts](/docs/api/v5/#operation/ad_accounts/list)) to use the owner of that ad_account as the "operation user_account". In order to do this, the token user_account must have one of the following [Business Access](https://help.pinterest.com/en/business/article/share-and-manage-access-to-your-ad-accounts) roles on the ad_account: Owner, Admin, Catalogs Manager.

## Path parameters

- `batch_id` string, required

## Query parameters

- `ad_account_id` string

## Response `200`

The request has succeeded.

- union — Object describing the catalogs items batch
  - object — Object describing the catalogs retail items batch
    - `batch_id` string
    - `catalog_type` 'RETAIL', required
    - `completed_time` string, date-time, nullable — Date and time (UTC) of the batch completion: YYYY-MM-DD'T'hh:mm:ss
    - `created_time` string, date-time, nullable, required — Date and time (UTC) of the batch creation: YYYY-MM-DD'T'hh:mm:ss. If null, batch creation was skipped due to a recent duplicate ingestion.
    - `items` ItemProcessingRecord[] — Array with the catalogs items processing records part of the catalogs items batch
      - `errors` ItemValidationEvent[] — Array with the validation errors for the item processing record. A non empty errors list causes the item processing to fail.
        - `attribute` string — The attribute that the item validation event references
        - `code` integer — The event code that the item validation event references
        - `message` string — Title message describing the item validation event
      - `item_id` string — The catalog item id in the merchant namespace
      - `status` 'SUCCESS' | 'FAILURE' | 'PROCESSING' — The status of the item processing record
      - `warnings` ItemValidationEvent[] — Array with the validation warnings for the item processing record
        - `attribute` string — The attribute that the item validation event references
        - `code` integer — The event code that the item validation event references
        - `message` string — Title message describing the item validation event
    - `status` 'PROCESSING' | 'COMPLETED' | 'FAILED' — The status of the operation performed by the batch
  - object — Object describing the catalogs hotel items batch. If specified, you must provide all properties.
    - `batch_id` string
    - `catalog_type` 'HOTEL', required
    - `completed_time` string, date-time, nullable — Date and time (UTC) of the batch completion: YYYY-MM-DD'T'hh:mm:ss
    - `created_time` string, date-time — Date and time (UTC) of the batch creation: YYYY-MM-DD'T'hh:mm:ss
    - `items` HotelProcessingRecord[] — Array with the catalogs items processing records part of the catalogs items batch
      - `errors` ItemValidationEvent[] — Array with the validation errors for the item processing record. A non empty errors list causes the item processing to fail.
        - `attribute` string — The attribute that the item validation event references
        - `code` integer — The event code that the item validation event references
        - `message` string — Title message describing the item validation event
      - `hotel_id` string — The catalog hotel id in the merchant namespace
      - `status` 'SUCCESS' | 'FAILURE' | 'PROCESSING' — The status of the item processing record
      - `warnings` ItemValidationEvent[] — Array with the validation warnings for the item processing record
        - `attribute` string — The attribute that the item validation event references
        - `code` integer — The event code that the item validation event references
        - `message` string — Title message describing the item validation event
    - `status` 'PROCESSING' | 'COMPLETED' | 'FAILED' — The status of the operation performed by the batch
  - object — Object describing the catalogs creative assets items batch
    - `batch_id` string
    - `catalog_type` 'CREATIVE_ASSETS', required
    - `completed_time` string, date-time, nullable — Date and time (UTC) of the batch completion: YYYY-MM-DD'T'hh:mm:ss
    - `created_time` string, date-time — Date and time (UTC) of the batch creation: YYYY-MM-DD'T'hh:mm:ss
    - `items` CreativeAssetsProcessingRecord[] — Array with the catalogs items processing records part of the catalogs items batch
      - `creative_assets_id` string — The catalog creative assets id in the merchant namespace
      - `errors` ItemValidationEvent[] — Array with the validation errors for the item processing record. A non empty errors list causes the item processing to fail.
        - `attribute` string — The attribute that the item validation event references
        - `code` integer — The event code that the item validation event references
        - `message` string — Title message describing the item validation event
      - `status` 'SUCCESS' | 'FAILURE' | 'PROCESSING' — The status of the item processing record
      - `warnings` ItemValidationEvent[] — Array with the validation warnings for the item processing record
        - `attribute` string — The attribute that the item validation event references
        - `code` integer — The event code that the item validation event references
        - `message` string — Title message describing the item validation event
    - `status` 'PROCESSING' | 'COMPLETED' | 'FAILED' — The status of the operation performed by the batch

## Other responses

- `400` — The request could not be understood by the server due to unexpected data.
- `401` — Authentication is required and has either failed or not been provided.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.
- `404` — The requested resource could not be found on this server.
- `429` — The user has sent too many requests in a given amount of time and is being rate limited.
- `default` — An unexpected error response.

---

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