Skip to main content

Overview

System Logs records the HTTP requests served for your workspace: each call’s status, method, URL, who made it, and when. It’s where you confirm what an integration actually sent, and where you trace an error back to the request that caused it. Open it at Settings → Logs.

Reading the log

Search narrows by URL or id. Click a row for the request detail: headers, body, and response.

Tracing an error by request id

Every Custral error surfaces a request id (req_…) in the error toast. Search that id here to open the exact request that failed and read its response, the fastest way to diagnose an integration problem. See Errors & request ids.

Troubleshooting