[GH-ISSUE #1963] [Integration API] Endpoint org/{orgId}/logs/request not working #23341

Closed
opened 2026-06-05 06:09:22 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Kacper1263 on GitHub (Dec 2, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1963

Originally assigned to: @miloschwartz on GitHub.

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 GitHub (Dec 2, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/1963 Originally assigned to: @miloschwartz on GitHub. ### 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
GiteaMirror added the bug label 2026-06-05 06:09:22 -05:00
Author
Owner

@miloschwartz commented on GitHub (Dec 3, 2025):

Hey, thanks for reporting this. Looks like we registered the endpoints in the docs, but never actually added them to the routers. Just fixed it and will be available in the next update.

<!-- gh-comment-id:3609164963 --> @miloschwartz commented on GitHub (Dec 3, 2025): Hey, thanks for reporting this. Looks like we registered the endpoints in the docs, but never actually added them to the routers. Just fixed it and will be available in the next update.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#23341