---
title: "List Accounting Bills"
method: GET
path: "/coa/api/v1/bill/"
tags: ["Accounts Payable"]
---

# List Accounting Bills

`GET /coa/api/v1/bill/`

Retrieve a paginated list of accounting bills with comprehensive filtering, search, and sorting capabilities.

        This endpoint provides complete access to your bills data with:
        - Advanced filtering by date ranges, payment status, vendors, entities, and currency
        - Full-text search across bill numbers, vendor names, addresses, and bill messages
        - Flexible sorting by any field including calculated fields (totals, amounts due, etc.)
        - Comprehensive pagination with customizable page sizes
        - Aging calculations and payment status categorization
        - Automatic calculation of totals, amounts paid, and amounts due

        **Deleted Records Support:**
        - When include_deleted=true: Returns ONLY deleted bills with minimal data (id, is_deleted, deleted_at, last_modified_at)
        - When include_deleted=false or omitted: Returns ONLY active bills with full data
        - Timestamp filtering (last_modified_at__gte/lte) works with both active and deleted records

## Query parameters

- `currency` string
- `download` boolean
- `end_date` string
- `entity` integer
- `include_deleted` boolean
- `last_modified_at__gte` string
- `last_modified_at__lte` string
- `limit` integer
- `offset` integer
- `q` string
- `sort` string
- `start_date` string
- `status` '1_30' | '31_60' | '61_90' | '91_120' | 'current' | 'open' | 'over_120' | 'paid' | 'partially_paid' | 'past_due' | 'payment_not_found' | 'payment_pending' | 'unpaid' | 'voided'
- `vendor` integer

## Response `200`

No response body

---

[API](https://skmtc.net/campfire/apis/campfire-developer-apis.md) · [All operations](https://skmtc.net/campfire/apis/campfire-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/campfire/campfire-developer-apis/revisions/6945ebc3180e/schema)
