mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #1963] [Integration API] Endpoint org/{orgId}/logs/request not working #2049
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
other endpoints are working fine. Org with ID "main" exists:
Tried on API key with all permissions enabled. Thx.
Environment
To Reproduce
Send GET request to org/{orgId}/logs/request
Expected Behavior
List of logs
@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.