Parse the raw data of the build file after build is successful

Hi there,
just moved from github to gitlab and I would like to access this file (if its a file): “/builds/$CI_BUILD_ID/raw” so I can parse it.

  1. If it is on gitlab what’s the link?
  2. if its not is there a way to save it to a txt file somewhere on gitlab so my parse script can access it?

thanks