-
Beta Was this translation helpful? Give feedback.
Answered by
nscuro
Mar 25, 2025
Replies: 1 comment
-
These are returned by the findings API at The frontend is also invoking said API endpoint, so you can inspect the request being made using your browser's dev tools if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RobSHK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These are returned by the findings API at
/api/v1/finding/project/{projectUuid}
.The frontend is also invoking said API endpoint, so you can inspect the request being made using your browser's dev tools if needed.