> ## Documentation Index
> Fetch the complete documentation index at: https://docs.campfire.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# List Chart Transactions

> Retrieve chart transactions with advanced filtering options



## OpenAPI

````yaml https://api.meetcampfire.com/api/schema?format=json get /coa/api/transaction
openapi: 3.0.3
info:
  title: Campfire Developer APIs
  version: 1.0.0
  description: >
    ## Introduction

    Campfire's developer APIs offer granular access to Campfire's core
    accounting,

    revenue recognition, and financial data features.


    These APIs are designed to be used by developers to build custom
    integrations,

    automate workflows, and perform any other programmatic operations.
servers:
  - url: https://api.meetcampfire.com
    description: Production server
security: []
tags:
  - name: Cash Management
    description: Operations related to accounts, transactions, and other bank-related data.
  - name: Core Accounting
    description: >-
      Operations related to core accounting data, such as the chart of accounts,
      entity management, and the general ledger.
  - name: Revenue Recognition
    description: >-
      Operations related to revenue recognition, contract management, and
      contract data aggregation.
  - name: Accounts Receivable
    description: Operations related to invoicing and the AR subledger
  - name: Accounts Payable
    description: Operations related to billing and the AP subledger.
  - name: Financial Statements
    description: Operations related to financial statement generation and data aggregation.
  - name: Settings
    description: Operations related to system and accounting settings configuration.
paths:
  /coa/api/transaction:
    get:
      tags:
        - Core Accounting
      summary: List Chart Transactions
      description: Retrieve chart transactions with advanced filtering options
      operationId: coa_api_transaction_retrieve
      parameters:
        - in: query
          name: account
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: account_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: account_rollup
          schema:
            type: boolean
            default: false
        - in: query
          name: account_subtype
          schema:
            type: string
          explode: true
          style: form
        - in: query
          name: account_type
          schema:
            type: string
          explode: true
          style: form
        - in: query
          name: accounts
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: aggregation_fields
          schema:
            type: string
          description: Comma-separated aggregations, e.g. sum:amount,count:id
        - in: query
          name: all_time
          schema:
            type: boolean
            default: false
          description: >-
            If true, uses full transaction date range for the customer;
            start_date and end_date are ignored
        - in: query
          name: bank
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: bank_description
          schema:
            type: string
        - in: query
          name: bank_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: categorized
          schema:
            type: string
          description: Filter by categorization state (true/false)
        - in: query
          name: credit_amount_equal
          schema:
            type: number
            format: double
        - in: query
          name: credit_amount_gte
          schema:
            type: number
            format: double
        - in: query
          name: credit_amount_lte
          schema:
            type: number
            format: double
        - in: query
          name: credit_amount_null
          schema:
            type: boolean
            default: false
        - in: query
          name: currency
          schema:
            type: string
          explode: true
          style: form
        - in: query
          name: debit_amount_equal
          schema:
            type: number
            format: double
        - in: query
          name: debit_amount_gte
          schema:
            type: number
            format: double
        - in: query
          name: debit_amount_lte
          schema:
            type: number
            format: double
        - in: query
          name: debit_amount_null
          schema:
            type: boolean
            default: false
        - in: query
          name: department
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: department_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: department_or_unassigned
          schema:
            type: boolean
            default: false
        - in: query
          name: display_opening_balance
          schema:
            type: boolean
            default: false
          description: If true, skip opening-balance computation
        - in: query
          name: download
          schema:
            type: boolean
            default: false
          description: >-
            If true, dispatch async CSV/Excel email export instead of returning
            rows
        - in: query
          name: end_date
          schema:
            type: string
            format: date
          description: >-
            Latest date (inclusive) for which to retrieve data. Defaults to end
            of current month
        - in: query
          name: entity
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: entity_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: entity_rollup
          schema:
            type: boolean
            default: false
        - in: query
          name: exclude_entity
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: exclude_entity_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: exclude_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: exclude_journal
          schema:
            type: integer
        - in: query
          name: exclude_reconciliation_report
          schema:
            type: integer
        - in: query
          name: exclude_uncategorized_accounts
          schema:
            type: boolean
            default: false
        - in: query
          name: expense_or_ap
          schema:
            type: boolean
        - in: query
          name: group
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: group_fields
          schema:
            type: string
          description: >-
            Comma-separated list of fields to group by (e.g.
            account,vendor,tag_group_<id>)
        - in: query
          name: group_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: group_keys
          schema:
            type: string
          description: >-
            Comma-separated values matched positionally to group_fields for
            drill-down
        - in: query
          name: has_linked_fixed_asset
          schema:
            type: string
        - in: query
          name: has_parent_bank_transaction
          schema:
            type: string
        - in: query
          name: include_deleted
          schema:
            type: boolean
            default: false
          description: >-
            When set to 'true', returns ONLY deleted records instead of active
            records. Deleted records contain minimal data: 'id',
            'is_deleted=true', 'deleted_at' timestamp, and 'last_modified_at'.
            When 'false' or omitted, returns ONLY active records. This provides
            clean separation between active and deleted data.
        - in: query
          name: include_matches
          schema:
            type: boolean
            default: false
          description: >-
            If true, include match metadata (has_matches, primary_action_type)
            in serialized rows
        - in: query
          name: is_not_reconciled
          schema:
            type: boolean
            default: false
        - in: query
          name: is_reconciled
          schema:
            type: boolean
            default: false
        - in: query
          name: journal_type
          schema:
            type: string
        - in: query
          name: journal_type__nin
          schema:
            type: string
          explode: true
          style: form
        - in: query
          name: last_modified_at__gte
          schema:
            type: string
          description: >-
            Filter for records modified on or after this timestamp. Format: ISO
            8601 (e.g., '2024-01-01T00:00:00Z' or '2024-01-01'). Works with both
            active records and deleted records (filters by deletion time for
            deleted records).
        - in: query
          name: last_modified_at__lte
          schema:
            type: string
          description: >-
            Filter for records modified on or before this timestamp. Format: ISO
            8601 (e.g., '2024-12-31T23:59:59Z' or '2024-12-31'). Works with both
            active records and deleted records (filters by deletion time for
            deleted records).
        - in: query
          name: match_type
          schema:
            type: string
            enum:
              - all
              - any
            default: all
        - in: query
          name: needs_review
          schema:
            type: boolean
            default: false
        - in: query
          name: no_department
          schema:
            type: boolean
        - in: query
          name: no_tag
          schema:
            type: boolean
        - in: query
          name: no_vendor
          schema:
            type: boolean
        - in: query
          name: opposing_account
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: opposing_account_subtype
          schema:
            type: string
        - in: query
          name: ordering
          schema:
            type: string
        - in: query
          name: payee
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: payee_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: pivot_fields
          schema:
            type: string
          description: Comma-separated list of pivot dimensions
        - in: query
          name: q
          schema:
            type: string
          description: >-
            Free-text search across journal memo, bank description, and related
            fields
        - in: query
          name: reconciliation_report
          schema:
            type: integer
        - in: query
          name: revenue_or_receivables
          schema:
            type: boolean
        - in: query
          name: shouldPivot
          schema:
            type: boolean
            default: false
        - in: query
          name: sort
          schema:
            type: string
          description: 'Sort field; prefix with - for descending. Default: -posted_at'
        - in: query
          name: start_date
          schema:
            type: string
            format: date
          description: >-
            Earliest date (inclusive) for which to retrieve data. Defaults to
            six months ago
        - in: query
          name: tag
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: tag_groups
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: tag_id
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: vendor
          schema:
            type: integer
          explode: true
          style: form
        - in: query
          name: vendor_id
          schema:
            type: integer
          explode: true
          style: form
      responses:
        '200':
          description: No response body
      security:
        - knoxApiToken: []
components:
  securitySchemes:
    knoxApiToken:
      type: apiKey
      in: header
      name: Authorization
      description: Token-based authentication with required prefix "Token"

````