# Get transfer batch

Downloads the general ledger (GL) transfer batch data for the specified batch ID and page number.
For more information, see Best practice for using Revenue APIs.

Endpoint: GET /api/integration/v1/journal/batch/{batchid}/{pagenum}
Version: 2025-08-06

## Header parameters:

  - `token` (string, required)
    The valid authentication token that is generated by the Authentication operation.

## Path parameters:

  - `batchid` (integer, required)
    The batch ID of the transfer accounting batch.

  - `pagenum` (integer, required)
    The number of page to be downloaded.

## Query parameters:

  - `pagesize` (integer)
    The number of records to be downloaded per request. The default is 1000 and the maximum is 10000.

## Response 200 fields (application/json; charset=utf-8):

  - `status` (string)
    Response Status


