User Guides
Data Intelligence
Integration Setup
HTTP Connector Logs

HTTP Connector Logs


This guide explains how to view detailed logs for all HTTP-based API activity across connectors, flows, MCP servers, API and authentication flows. These logs allow you to inspect request/response content, validate variable injection, confirm request configuration, and debug integration issues.

View Logs

log-page

There are two ways to access the logs:

  1. To view all logs, navigate to Integrations > View Logs.
  2. To check logs for a specific integration, click View Logs from the integration list.

You can filter the logs using the options shown below:

view-logs

  • Day: Filter logs by a specific date
  • Connector: Select a specific connector
  • Operations: Filter by a specific operation or feature (currently not supported)
  • Sources: Filter by request source (Flow, MCP, Auth, API)
  • Sort By: Sort logs by creation time or usage time
  • Reset: Clear all applied filters

View Log Details

log-details

To view full request context, click Details on any log entry. Each log contains the following sections:

SectionDescription
Basic InformationMetadata about the request (source, connector, execution time, etc.)
VariablesRuntime parameters injected into the request (e.g., query strings, headers, or body values)
HTTP Client ConfigRequest structure defined in DI (method, body, output handling, etc.)
HTTP Request & ResponseFinal request sent and raw response returned from the third-party API

Basic Information

FieldDescription
IDUnique identifier for the log entry
Connector CodeName of the connector (e.g., Shopify, ItemOMS)
Operation CodeOperation or feature code (e.g., listOrders)
SourceRequest origin (Flow, Auth, API, MCP)
Use TimeDuration of the request in milliseconds
Error MessageError detail if the request failed (e.g., assert failed, status != 200)
Ref IDReference number (for tracing source logic)
Create TimeTimestamp of request execution

Source values:

  • Flow: Triggered from a connector node in a workflow
  • MCP: Triggered from an MCP-compatible server
  • Auth: Triggered during an authentication flow (e.g., token exchange)
  • API: Triggered via an API call to DI from an external system

Debugging

log-error

If a request fails or behaves unexpectedly, use the Error Message and the following sections to troubleshoot.

SectionDebugging
VariablesConfirm that all required parameters were injected properly.
HTTP Client ConfigCheck that the request was structured correctly in the connector or feature config. Compare with the third-party API spec to ensure your setup aligns.
HTTP RequestInspect the final request sent to the API.
HTTP ResponseAnalyze the response to understand failure causes.