Log API – Filtering and Error Monitoring
Endpoints
1. Filter by Flow and Step
GET https://api.platform.openintegrationhub.com/logs?filter[flowId]={flowId}&filter[stepId]={stepId}2. Filter by Tenant
GET https://api.platform.openintegrationhub.com/logs?filter[tenant]={tenantId}3. Show Only Errors
GET https://api.platform.openintegrationhub.com/logs?filter[flowId]={flowId}&showErrors=trueQuery Parameters
Parameter
Description
Example Use Cases
Last updated