[Integration API] Endpoint org/{orgId}/logs/request not working #571

Closed
opened 2026-04-05 17:21:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Kacper1263 on 12/2/2025

Describe the Bug

Hi, when I try to query org/{orgId}/logs/request a get 404:

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Error</title>
</head>

<body>
    <pre>Cannot GET /v1/org/main/logs/request</pre>
</body>

</html>

other endpoints are working fine. Org with ID "main" exists:

Image Image Image

Tried on API key with all permissions enabled. Thx.

Environment

  • OS Type & Version: Debian 12
  • Pangolin Version: 1.12.2
  • Gerbil Version: 1.2.2
  • Traefik Version: 3.5

To Reproduce

Send GET request to org/{orgId}/logs/request

Expected Behavior

List of logs

*Originally created by @Kacper1263 on 12/2/2025* ### Describe the Bug Hi, when I try to query org/{orgId}/logs/request a get 404: ``` <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot GET /v1/org/main/logs/request</pre> </body> </html> ``` other endpoints are working fine. Org with ID "main" exists: <img width="586" height="604" alt="Image" src="https://github.com/user-attachments/assets/97d7d22b-77b0-4d79-9d8b-2c62632629d9" /> <img width="1285" height="457" alt="Image" src="https://github.com/user-attachments/assets/57fc4edd-f218-4b09-b3db-62fdde510aa0" /> <img width="1282" height="431" alt="Image" src="https://github.com/user-attachments/assets/3bb972a7-43c2-472e-8ff4-edc21695a1b9" /> Tried on API key with all permissions enabled. Thx. ### Environment - OS Type & Version: Debian 12 - Pangolin Version: 1.12.2 - Gerbil Version: 1.2.2 - Traefik Version: 3.5 ### To Reproduce Send GET request to org/{orgId}/logs/request ### Expected Behavior List of logs
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#571