---
title: "Cross-customer rollup of expense sync failures grouped by error code"
method: GET
path: "/v1/admin/accounting-integration/failure-summary"
tags: ["Expense"]
---

# Cross-customer rollup of expense sync failures grouped by error code

`GET /v1/admin/accounting-integration/failure-summary`

## Query parameters

- `platform` union
  - 'quickbooks'
  - 'quickbooks_desktop'
  - 'netsuite'
  - 'xero'
  - 'sage_intacct'
- `since` string, date-time

## Response `200`

Default Response

- object
  - `items` object[], required
    - `errorCode` string, required
    - `count` integer, required
    - `affectedCustomers` integer, required
    - `affectedExpenses` integer, required
    - `lastSeenAt` string, date-time, required
  - `totalFailures` integer, required

## Other responses

- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `default` — Catch-all error response for any unexpected internal errors

---

[API](https://skmtc.dev/funneldash/apis/surface-admin-api.md) · [All operations](https://skmtc.dev/funneldash/apis/surface-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/funneldash/surface-admin-api/revisions/0dc20381c4a7/schema)
