Get a (Script|Document|Fetch|XHR) response in plain text format by SHA256 hash. Note that this endpoint returns the content as text/plain. If you need to download a binary file (like a ZIP file, etc.), use the Download a file endpoint instead.
Security
apikeyAuth(Required scopes: readwrite)
GET
curl -i -X GET \
'https://urlscan.io/responses/{fileHash}/' \
-H 'api-key: YOUR_API_KEY_HERE'