# Inbox View pending approvals and approval status. Access transactions and records awaiting approval across the organization, including full approval workflow details, approvers, and action history. ## Get inbox summary - [GET /public/v1/inbox/](https://docs.dualentry.com/resources/inbox/core_api_public_inbox_inbox_summary.md): Get counts of pending approvals in the inbox for the entire organization. ## List transactions inbox - [GET /public/v1/inbox/transactions/](https://docs.dualentry.com/resources/inbox/core_api_public_inbox_transactions_inbox.md): Retrieve all transactions (invoices, bills, purchase orders, sales orders, journal entries) with workflow approval status for the organization. ## List records inbox - [GET /public/v1/inbox/records/](https://docs.dualentry.com/resources/inbox/core_api_public_inbox_records_inbox.md): Retrieve all non-monetary records (customers, vendors) with workflow approval status for the organization. ## Get transaction inbox details - [GET /public/v1/inbox/transactions/{record_id}/](https://docs.dualentry.com/resources/inbox/core_api_public_inbox_transaction_inbox_detail.md): Retrieve approval details for a specific transaction by record ID and transaction type. ## Get record inbox details - [GET /public/v1/inbox/records/{record_id}/](https://docs.dualentry.com/resources/inbox/core_api_public_inbox_record_inbox_detail.md): Retrieve approval details for a specific non-monetary record by record ID and record type.