List journal entries
List all journal entries for a business with comprehensive filtering.
Features:
- Filter by date range (date_from, date_to)
- Filter by account (entries affecting a specific account)
- Filter by status (draft, approved, rejected)
- Filter by created_by (ai, manual, system, import)
- Filter by posted status
- Search by description, reference, or sequence number
- Pagination support (default: 20 per page, max: 100)
Response includes:
- Entry sequence number, date, reference, description
- Total debit and credit amounts
- Balance status
- Status and creation metadata
- Posted status and timestamp
- Source document type and reference (invoice, bill, payment, etc.)
Documentation Index
Fetch the complete documentation index at: https://docs.thredfi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Partner-level JWT token (unscoped). Token payload includes partner_id. Business access is validated via partner ownership. Format: Bearer <your-jwt-token>
Use this for: Multi-business operations where the business_id is specified in the URL and partner has access to multiple businesses.
Path Parameters
Business UUID
Query Parameters
Filter entries affecting a specific account
Filter by creator: ai, manual, system, import
Filter entries from this date (inclusive)
Filter entries up to this date (inclusive)
Filter by posted status
Page number (default: 1)
Items per page (default: 20, max: 100)
Search by description, reference, or sequence number
Filter by status: draft, approved, rejected