---
title: "List all agedreceivables"
method: GET
path: "/accounting/{connection_id}/agedreceivable"
tags: ["accounting", "agedreceivable"]
---

# List all agedreceivables

`GET /accounting/{connection_id}/agedreceivable`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `contact_id` string
- `org_id` string
- `start_gte` string
- `end_lt` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AccountingAgedreceivable[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `currency` string
  - `start_at` string, date-time
  - `end_at` string, date-time
  - `total_current_amount` number
  - `total_overdue_amount` number
  - `total_amount` number
  - `periods` AccountingAgedPeriod[]
    - `name` string
    - `start_at` string, date-time
    - `end_at` string, date-time
    - `total_amount` number
    - `sub_items` AccountingAgedRow[]
      - `contact` PropertyAccountingAgedRowContact
        - `id` string
        - `name` string
      - `transaction` PropertyAccountingAgedRowTransaction
        - `id` string
        - `name` string
      - `posted_at` string, date-time
      - `due_at` string, date-time
      - `total_amount` number
      - `balance_amount` number
  - `organization_id` string
  - `raw` object

---

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