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

# erpTransactionMetadataList

> ERP metadata across transactions, filterable by sync status / last-updated time.

ERP metadata across transactions, filterable by sync status / last-updated time.

```graphql theme={null}
query {
  erpTransactionMetadataList(
    filter: ErpTransactionMetadataFilter
    paginate: OffsetInput
  ): ErpTransactionMetadataConnection!
}
```

## Arguments

<ParamField body="filter" type="ErpTransactionMetadataFilter">
  *No description provided in the schema yet.*
</ParamField>

<ParamField body="paginate" type="OffsetInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`ErpTransactionMetadataConnection!`](/api-reference/types/erp-transaction-metadata-connection)
