get https://api.clarity.ai/clarity/v1/public/job//fetch
This endpoint will return the file result of your async job request in the form of a compressed .gz file.
You must have previously obtained a identifier (uuid) for your task using one of the requests to that purpose before you can use this endpoint.
Also, it is advisable that you use the Async Job - Get job status endpoint to be sure that your request finished succesfully and your file is ready.
Check this document for a complete explanation of the flow for these Async jobs endpoints