> ## Documentation Index
> Fetch the complete documentation index at: https://docs.membrane.agency/llms.txt
> Use this file to discover all available pages before exploring further.

# Logs

Membrane records detailed logs for every step of the integration pipeline. Use these logs to debug issues, monitor health, and understand what's happening in your integrations.

| Log Type                                                                                             | What It Records                                                               |
| ---------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [API Requests](/docs/managing-membrane/monitoring-troubleshooting/logs/api-requests)                 | Outgoing HTTP requests to external apps — URL, method, status, duration       |
| [External Event Pulls](/docs/managing-membrane/monitoring-troubleshooting/logs/external-event-pulls) | Polling cycles for event detection — when it ran, events found, errors        |
| [External Events](/docs/managing-membrane/monitoring-troubleshooting/logs/external-events)           | Processed events with payloads, which flow runs they triggered                |
| [External Webhooks](/docs/managing-membrane/monitoring-troubleshooting/logs/external-webhooks)       | Incoming webhook payloads from external apps — headers, body, response status |
| [Flow Runs](/docs/managing-membrane/monitoring-troubleshooting/logs/flow-runs)                       | Flow execution logs — step-by-step results, duration, errors                  |
| [Internal Events](/docs/managing-membrane/monitoring-troubleshooting/logs/internal-events)           | Events sent from your app to Membrane                                         |

All logs are available in the Console under [Activity](https://console.getmembrane.com/w/0/activity).
