CPI Query (read any entity set)
cpi_queryQuery SAP Cloud Integration OData entity sets using standard options like filter, select, expand, orderby, top, and skip.
Instructions
Run a read query against ANY CPI OData entity set with standard OData options. Example: entitySet='MessageProcessingLogs', filter="Status eq 'FAILED'", orderby='LogEnd desc'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| skip | No | ||
| expand | No | $expand comma list. | |
| filter | No | OData $filter expression (pre-quote string literals). | |
| select | No | $select comma list. | |
| orderby | No | ||
| entitySet | Yes | e.g. IntegrationPackages, KeystoreEntries, DataStores |