how get blob from image attached in the issue
Hello community.
I'm trying to create a report on a platform external to GitLab, using data obtained via API. But I'm having trouble displaying the image attached to the issue. In the official REST API, I can download the blob of a file that is in a project repository, but the image attached to the issue by copying and pasting directly into the editor is not stored in the common repositories. I tried to use part of the link to form the file path, but the API can't find it. I tried to make a request via REST to a form page by authenticating, but it didn't work either. Does anyone know if it's possible to get the blob of an image attached to a GitLab issue by pressing Ctrl+C and Ctrl+V?
Below is an example of an issue returned by the official rest api, referencing the attached image with ctrl+c and ctrl+v
Below is an example of a file attached to the repositories. From the official rest api, I can get the blob id from the file path.
Below is an example of the return of the blob converted to base 64 clob, returned in the official API through the blob ID.
This is what I need from the files attached in the issue through ctrl+c and ctrl+v
This is possible?


