API Call to Get Repository Mirror SSH Key
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=332512) </details> <!--IssueSummary end--> ### Proposal As far as I can find in the documentation, there is no way through CLI to fetch the SSH Public Key for a mirrored repository (pushing from GitLab). There are calls to fetch user SSH keys - would it be possible to implement / do there already exist calls for this? For example, something like: `curl --request GET --header "PRIVATE-TOKEN: {GITLAB_TOKEN}" "https://gitlab.com/api/v4/projects/19768193/keys"`
issue