---
title: "GET /api/transactions_list"
method: GET
path: "/api/transactions_list"
tags: ["Billing"]
---

# GET /api/transactions_list

`GET /api/transactions_list`

Retrieve or search transactions in batches. Results returned in order of ID or updated_at.

## Query parameters

- `uuid` string, required — The UUID token for the batch of transactions

## Response `200`

OK

- object — Paginated Result
  - `status` string — Status of the request. Possible values are "In progress" or "Complete".
  - `pagination` object — information on the total pages, current page and total count.
    - `count` unknown
    - `pages` unknown
    - `page` unknown
  - `results` LineItemTransaction[] — result data. only presented when the status is "Complete"
    - `insurance` object — Information about the insurance associated with the transaction.
      - `id_number` string — Insurance company ID number
      - `message` string — Additional information about the insurance
      - `name` string — Insurance company name
    - `ins_paid` number
    - `posted_date` string — Date when transaction is created
    - `appointment` integer — Appointment ID
    - `ins_name` integer — Can be one of the following, `1`(Primary Insurance), `2`(Secondary Insurance)
    - `doctor` integer — Doctor ID
    - `adjustment_group_code` '' | 'CO' | 'OA' | 'PI' | 'PR' — Group code for adjustment
    - `updated_at` string
    - `id` integer
    - `line_item` integer — ID of `/api/line_item` object
    - `claim_status` '' | '0' | '1' | '2' | '3' | '4' | '5' | '10' | '13' | '15' | '16' | '17' | '19' | '20' | '21' | '22' | '23' | '25' | '27' — Status of claim
    - `check_date` string — Date of check
    - `trace_number` string — Check number
    - `adjustment_reason` '-3' | '-2' | '-4' | '-1' | '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '18' | '19' | '20' | '21' | '22' | '23' | '24' | '26' | '27' | '29' | '31' | '32' | '33' | '34' | '35' | '39' | '40' | '44' | '45' | '49' | '50' | '51' | '53' | '54' | '55' | '56' | '58' | '59' | '60' | '61' | '66' | '69' | '70' | '74' | '75' | '76' | '78' | '85' | '87' | '89' | '90' | '91' | '94' | '95' | '96' | '97' | '100' | '101' | '102' | '103' | '104' | '105' | '106' | '107' | '108' | '109' | '110' | '111' | '112' | '114' | '115' | '116' | '117' | '118' | '119' | '121' | '122' | '125' | '128' | '129' | '130' | '131' | '132' | '133' | '134' | '135' | '136' | '137' | '138' | '139' | '140' | '142' | '143' | '144' | '146' | '147' | '148' | '149' | '150' | '151' | '152' | '153' | '154' | '155' | '157' | '158' | '159' | '160' | '161' | '162' | '163' | '164' | '165' | '166' | '167' | '168' | '169' | '170' | '171' | '172' | '173' | '174' | '175' | '176' | '177' | '178' | '179' | '180' | '181' | '182' | '183' | '184' | '185' | '186' | '187' | '188' | '189' | '190' | '191' | '192' | '193' | '194' | '195' | '197' | '198' | '199' | '200' | '201' | '202' | '203' | '204' | '205' | '206' | '207' | '208' | '209' | '210' | '211' | '212' | '213' | '214' | '215' | '216' | '217' | '218' | '219' | '220' | '221' | '222' | '223' | '224' | '225' | '226' | '227' | '228' | '229' | '230' | '231' | '232' | '233' | '234' | '235' | '236' | '237' | '238' | '239' | '240' | '241' | '242' | '243' | '244' | '245' | '246' | '247' | '248' | '249' | '250' | '251' | '252' | '253' | '254' | '256' | '257' | '258' | '259' | '260' | '261' | '262' | '263' | '264' | '265' | '266' | '267' | '268' | '269' | '270' | '271' | '272' | '273' | '274' | '275' | '276' | '277' | '279' | '286' | '287' | '288' | '297' | 'A0' | 'A1' | 'A5' | 'A6' | 'A7' | 'A8' | 'B1' | 'B4' | 'B5' | 'B7' | 'B8' | 'B9' | 'B10' | 'B11' | 'B12' | 'B13' | 'B14' | 'B15' | 'B16' | 'B20' | 'B22' | 'B23' | 'P1' | 'P2' | 'P3' | 'P4' | 'P5' | 'P6' | 'P7' | 'P8' | 'P9' | 'P10' | 'P11' | 'P12' | 'P13' | 'P14' | 'P15' | 'P16' | 'P17' | 'P18' | 'P19' | 'P20' | 'P21' | 'P22' | 'P23' | 'W1' | 'W2' | 'W3' | 'W4' | 'Y1' | 'Y2' | 'Y3' — Reason for adjustment
    - `patient` integer
    - `adjustment` number — Adjustment from total billed
    - `created_at` string
  - `uuid` string — UUID of the batch.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
