---
title: "List committed batches on the main page."
method: GET
path: "/{chain_id}/api/v2/main-page/arbitrum/batches/committed"
tags: ["arbitrum", "main-page"]
---

# List committed batches on the main page.

`GET /{chain_id}/api/v2/main-page/arbitrum/batches/committed`

Retrieves a list of Arbitrum batches that have been committed to the Parent chain, displayed on the main page.

## Path parameters

- `chain_id` string, required

## Response `200`

List of committed Arbitrum batches.

- object
  - `items` BatchForList[], required
    - `batch_data_container` 'in_blob4844' | 'in_calldata' | 'in_celestia' | 'in_anytrust' | 'in_eigenda', nullable, required — Data availability container type.
    - `blocks_count` integer, required — Number of blocks included in the batch.
    - `commitment_transaction` CommitmentTransaction, required — Parent chain transaction that committed the batch.
      - `block_number` integer, nullable, required — Parent chain block number containing this transaction.
      - `hash` string, nullable, required
      - `status` 'unfinalized' | 'finalized', nullable, required — Finalization status of the Parent chain transaction.
      - `timestamp` string, date-time, nullable, required
    - `number` integer, required — Sequential identifier assigned to this batch by the sequencer.
    - `transactions_count` integer, required — Number of transactions in the batch.

## Other responses

- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/blockscout/apis/blockscout-pro-api.md) · [All operations](https://skmtc.dev/blockscout/apis/blockscout-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockscout/blockscout-pro-api/revisions/59ac5466233b/schema)
