Skip to content

History

Flamingo automatically saves every request you send to the history log.

  1. Click the clock icon in the sidebar to open the History panel
  2. Each entry shows the HTTP method, URL, status code, and response time

Click any history entry to open an exact copy of that request in a new tab. The restored request includes:

  • HTTP method
  • URL
  • Headers
  • Query parameters
  • Authentication config
  • Body content
  • Scripts

This is possible because each history entry stores a full snapshot of the request as it was sent.

Each history entry displays:

  • Method — GET, POST, etc. (color-coded)
  • URL — The target URL (truncated if long)
  • Status Code — The HTTP response status:
    • Green for 2xx
    • Amber for 3xx-4xx
    • Red for 5xx
    • --- if the request failed
  • Timing — Response time in milliseconds

History stores up to 200 entries. When the limit is reached, the oldest entries are automatically removed.

  1. Open Settings (gear icon in the sidebar footer)
  2. Click Clear History at the bottom
  3. Confirm the dialog

Alternatively, click the trash icon next to the “Recent” label in the History panel header.

Use the search bar at the top of the sidebar to filter history entries by URL.