KM connector execution logs

Execution logs show the individual outbound API calls a KM connector made to your source system during a sync — the request, the response, and the status code. Use them when a sync fails and you need to know exactly what the source system returned.

Where to find them

Go to Integrations → Execution logs, then open the KM connectors tab.

Columns

ColumnDescription
StatusSuccess for a 2xx response from the source system, Failed otherwise.
Status codeThe HTTP status code returned by the source system.
HTTP methodThe method used for the call.
Request URLThe endpoint that was called.
Sync IDThe sync run this call belongs to. Use it to group all calls from one run.
Sync trigger typeManual for a user-triggered sync, Auto for a scheduled one.
Request timestampWhen the call was made.

Row details

Select any row to open the detail panel, which includes the request and response bodies and the call's metadata.

Filters

Filter the list by sync date range, connector, connection name, sync trigger type and request method.

📘

Retention

Successful call logs are retained for 10 days. Failed call logs are retained for 90 days.

🚧

Visibility

Execution logs can contain request and response payloads from your source systems. Access is controlled by an account-level setting and by the Execution logs permission. If the tab is not visible, contact your Leena AI representative.


Did this page help you?